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
1274the 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
2686a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
3 5144which 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
2068the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
1 2591the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
2 11089a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
1236an 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
1323c 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
1060application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
1075Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
1 2927console 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
1185which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
1731which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
3269
Differentiate between a for loop and a while loop? What are it uses?
What is meant by recursion?
What is the difference between local variable and global variable in c?
Write a program to swap two numbers without using the third variable?
How was c created?
Give differences between - new and malloc() , delete and free() ?
Explain what does it mean when a pointer is used in an if statement?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Write a code to remove duplicates in a string.
What is spark map function?
Why are algorithms important in c program?
I need testPalindrome and removeSpace
#include
What is an array in c?
What is echo in c programming?
Explain what is the benefit of using enum to declare a constant?