Where is c used?


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

Post New Answer

More C Interview Questions

what is an ERP?

2 Answers   Infotech,


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


What is difference between static and global variable in c?

0 Answers  


write a program that finds the factorial of a number using recursion?

13 Answers   Infosys, TATA,


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,






c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


What is #include cctype?

0 Answers  


write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer

1 Answers  


What are the advantages of using macro in c language?

0 Answers  


What is the use of clrscr?

0 Answers  


int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

10 Answers   Wipro,


write a program to print %d ?

12 Answers  


Categories