How old is c programming language?


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

Post New Answer

More C Interview Questions

4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


How can I make sure that my program is the only one accessing a file?

0 Answers  


why do we use pointer instead directly acessing the data?

2 Answers  


How do I round numbers?

0 Answers  


The statement, int(*x[]) () what does in indicate?

0 Answers  






Tell me what is null pointer in c?

0 Answers  


What is the best way of making my program efficient?

0 Answers  


Process by which one bit pattern in to another by bit wise operation is?

0 Answers   InterGraph,


How many types of operator or there in c?

0 Answers  


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


What is structure in c language?

0 Answers  


what is the difference between i++ and ++i?

5 Answers  


Categories