what is meant by c

Answer Posted / k pavan

c is a programmic lunge whais was introduced tothe world in
1972 by dennies reche. its plays a majour role in comptr
programming.and also it is basic 4 all other language.

Is This Answer Correct ?    15 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c is called free form language?

574


What Is The Difference Between Null And Void Pointer?

645


What is the use of header?

624


What is new line escape sequence?

811


What is the difference between printf and scanf )?

597






How does #define work?

651


Differentiate between Macro and ordinary definition.

732


Can you write the function prototype, definition and mention the other requirements.

664


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

773


What is indirection in c?

629


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

635


What is difference between arrays and pointers?

584


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1731


Describe the modifier in c?

604


Why doesnt this code work?

619