Which type of language is c?


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

Post New Answer

More C Interview Questions

what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,


Explain the difference between the local variable and global variable in c?

0 Answers  


Combinations of fibanocci prime series

0 Answers  


what is the code for getting the output as * ** ***

5 Answers   Caritor,


What is openmp in c?

0 Answers  






char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


what is use#in c

3 Answers  


sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?

2 Answers  


What is the main difference between calloc () and malloc ()?

0 Answers  


Can you please explain the difference between exit() and _exit() function?

0 Answers  


where do we use volatile keyword?

1 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


Categories