Challenger App

No.1 PSC Learning App

1M+ Downloads
C++ ലാംഗ്വേജിൽ കീവേഡ് അല്ലാത്തത് ?

Aelse

Bclass

Cadd

Dfloat

Answer:

C. add

Read Explanation:

C++-ൽ, ഇനിപ്പറയുന്നവ കീവേഡുകളാണ്: - else (A) - class (B) - float (D) എന്നിരുന്നാലും, "add" എന്നത് C++-ൽ ഒരു കീവേഡ് അല്ല. ഇത് ഒരു സാധ്യമായ ഫംഗ്ഷൻ അല്ലെങ്കിൽ വേരിയബിൾ നാമമാണ്. ഒരു പ്രോഗ്രാമിംഗ് ഭാഷയിൽ പ്രത്യേക അർത്ഥങ്ങളുള്ള റിസർവ് ചെയ്ത പദങ്ങളാണ് കീവേഡുകൾ.


Related Questions:

The visual effects that occur when you move from one slide to the next during a presentation is :

Which of the following statement is /are correct about member functions in a C++ Class?

(i)A member function is defined only outside the class

(ii)A member function with the same name as its class is called a constructor

(iii)A member function operate on class data

Which of the following is not a programming language with Object Oriented Features?
Which of the following is not a reserved keyword in Java?