what is c programing

Answer Posted / tushar prwe

C IS A TOP DOWN PROCEDURAL LANGUAGE IN WHICH PROGRAMER CAN
DIRECTLY INTERECT WITH THE MEMORY THROGH POINTERS.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the difference between x3 and x[3].

657


Explain what is wrong in this statement?

640


What is a #include preprocessor?

625


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2233


If you know then define #pragma?

678






what will be maximum number of comparisons when number of elements are given?

1413


Explain how do you determine the length of a string value that was stored in a variable?

674


Why does the call char scanf work?

622


What is a pragma?

674


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

653


What is c preprocessor mean?

799


What is the right way to use errno?

627


What is type qualifiers?

669


What do you mean by dynamic memory allocation in c?

656


Is there a way to switch on strings?

623