Is there any book to know about Basics of C Language?
Answer Posted / praveen
Programming in C
Balaguruswamy
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
explain what is an endless loop?
Write a program to reverse a given number in c?
What are the functions to open and close the file in c language?
Can you tell me how to check whether a linked list is circular?
Write a Program to find whether the given number or string is palindrome.
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
C language questions for civil engineering
Why clrscr is used in c?
In C language what is a 'dangling pointer'?
How do you define structure?
What is a macro, and explain how do you use it?
How to declare a variable?
What do mean by network ?
What is sizeof int in c?
Explain how do you view the path?