what is the mean of c languages.

Answer Posted / s

c is nothing but a language consisting of small set of a
programming module like function , data type design to
perform a dedicated task.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by dynamic memory allocation in c? What functions are used?

653


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

632


What is pointer to pointer in c?

633


Write the Program to reverse a string using pointers.

615


How can you find the day of the week given the date?

613






What is the general form of #line preprocessor?

583


What is local and global variable in c?

616


Do pointers store the address of value or the actual value of a variable?

608


What header files do I need in order to define the standard library functions I use?

537


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

903


What are Macros? What are its advantages and disadvantages?

646


What are the types of functions in c?

570


Is it fine to write void main () or main () in c?

545


What is variable in c example?

590


Why do we need volatile in c?

742