What are the main characteristics of c language describe the structure of ac program?
Answer / Raj Kumar
C is a high-level, general-purpose programming language developed by Dennis Ritchie. The structure of a C program includes: Preprocessor Directives, Functions, Libraries, and Main Function - where execution begins.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is a null pointer different from a dangling pointer?
What is wrong with this program statement?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
how can i calculate mean,median,mode by using c program
discuss the steps needed to get a program from source code to executable in a system?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
What is the use of a static variable in c?
What is the difference between memcpy and memmove?
What is sizeof array?
What's the best way to declare and define global variables?
What is structure and union in c?
pierrot's divisor program using c or c++ code