What is a program?


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

Post New Answer

More C Interview Questions

How to calculate Total working time using Login and logout?

2 Answers   CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,


main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


how to implement stack operation using singly linked list

2 Answers  


Can a variable be both static and volatile in c?

0 Answers  


Does c have class?

0 Answers  






In C, What is the #line used for?

2 Answers  


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  


How can you call a function, given its name as a string?

0 Answers  


what is c programing

11 Answers   Wipro,


Are there any problems with performing mathematical operations on different variable types?

0 Answers  


Why calloc is better than malloc?

0 Answers  


What is the scope of static variable in c?

0 Answers  


Categories