Is there any book to know about Basics of C Language?
Answer Posted / nitin garg
c in depth
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If errno contains a nonzero number, is there an error?
What is the difference between #include
How do you override a defined macro?
What is the general form of a C program?
What is a loop?
List the different types of c tokens?
simple program of graphics and their output display
Write a program to show the change in position of a cursor using c
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What are the 5 elements of structure?
how can use subset in c program and give more example
What is #define size in c?
How can you find out how much memory is available?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What are linker error?