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
Why use int main instead of void main?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
When should a type cast not be used?
Why cant I open a file by its explicit path?
What are the advantages and disadvantages of c language?
Why we use int main and void main?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
How do I determine whether a character is numeric, alphabetic, and so on?
In c language can we compile a program without main() function?
Explain what are the advantages and disadvantages of a heap?
What does the error 'Null Pointer Assignment' mean and what causes this error?
please explain every phase in the "SDLC" in the dotnet.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is the difference between array and linked list in c?
Explain b+ tree?