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
How can you read a directory in a C program?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
How can I prevent another program from modifying part of a file that I am modifying?
In C, What is the #line used for?
Is c high or low level?
What is the difference between typedef and #define?
what are the different storage classes in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain modulus operator. What are the restrictions of a modulus operator?
How many levels of indirection in pointers can you have in a single declaration?
What are header files and what are its uses in C programming?
What is the use of sizeof?
Why pointers are used in c?
Can stdout be forced to print somewhere other than the screen?
Where does the name "C" come from, anyway?