Answer Posted / keerthi
c is procedure oriented programming language. In c program
execution starts from main().c is basic language for some
languages like c++,java etc.c is platform dependent and case
sensitive language.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is wrong with this statement? Myname = 'robin';
How many types of arrays are there in c?
Is that possible to store 32768 in an int data type variable?
What is openmp in c?
Describe newline escape sequence with a sample program?
What is the difference between printf and scanf in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Do variables need to be initialized?
How can you return multiple values from a function?
cavium networks written test pattern ..
Tell me about low level programming languages.
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is the maximum length of an identifier?
console 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
When should a type cast not be used?