Where are some collections of useful code fragments and examples?


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

Post New Answer

More C Interview Questions

What is the Lvalue and Rvalue?

2 Answers  


What is the difference between null pointer and the void pointer?

3 Answers  


Why pointers are used?

0 Answers  


What is class and object in c?

0 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


What is information technology.

1 Answers  


find the minimum of three values inputted by the user

3 Answers  


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


What is a substring in c?

0 Answers  


21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


Is c pass by value or reference?

0 Answers  


Categories