Answer Posted / guest
C IS A PROGRAMMING LANGUAGE.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Is python a c language?
What are global variables and how do you declare them?
how should functions be apportioned among source files?
What is a newline escape sequence?
What are identifiers c?
What is difference between function overloading and operator overloading?
What functions are used for dynamic memory allocation in c language?
What is main () in c?
What is function prototype in c language?
What is the ANSI C Standard?
Define the scope of static variables.
What is the difference between the expression “++a” and “a++”?
What is the modulus operator?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is the best way to comment out a section of code that contains comments?