c language interview questions & answer
Why isnt there a numbered, multi-level break statement to break out
What is pointer & why it is used?
Why c is procedure oriented?
Explain how are portions of a program disabled in demo versions?
What is 'bus error'?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
How do you define CONSTANT in C?
How many identifiers are there in c?
find the size of structure without using the size of function
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
What does %c mean in c?
Explain how can I manipulate strings of multibyte characters?