Why is c called c not d or e?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

int x=5; printf("%d%d%d",x,x<<2,x>>2);

2 Answers   TANCET,


Does c have function or method?

0 Answers  


can we implement multi-threads in c.

0 Answers  


Lists the benefits of c programming language?

0 Answers  


how to get starting address of a running C program

3 Answers  






How variables are declared in c?

0 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort

7 Answers  


What is typedef struct in c?

0 Answers  


What are the storage classes in C?

0 Answers  


Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain

2 Answers  


What is function what are the types of function?

0 Answers  


Categories