c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
1319the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
2755a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
3 5279which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
2121the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
1 2666the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
2 11160a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
1283an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
1377c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
1099application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
1115Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
1 3011console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
1219which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
1784which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
3330
What is character set?
What is the purpose of main() function?
What are the advantage of c language?
What is function prototype in c language?
What are the different properties of variable number of arguments?
How main function is called in c?
Is c++ based on c?
What is infinite loop?
differentiate built-in functions and user – defined functions.
How do I copy files?
I need testPalindrome and removeSpace
#include
Can a pointer be static?
Describe static function with its usage?
Why enum is used in c?
What is modifier & how many types of modifiers available in c?