What is Full Form of C and Why We use C

Answer Posted / karthik

when C-language is launched.. there was an another language
with names A and B. so,to follow sequence it is named as C

Is This Answer Correct ?    13 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a node in c?

548


What is the difference between pure virtual function and virtual function?

650


How can variables be characterized?

1648


Do you know the difference between exit() and _exit() function in c?

607


i got 75% in all semester am i eligible for your company

1735






Can a variable be both constant and volatile?

558


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

644


What is the scope of global variable in c?

552


Explain can you assign a different address to an array tag?

645


Explain the use of 'auto' keyword in c programming?

679


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

654


What are header files in c programming?

653


I need a sort of an approximate strcmp routine?

657


Do string constants represent numerical values?

921


What is the process to generate random numbers in c programming language?

608