Is there any book to know about Basics of C Language?
Answer Posted / anita patrot
ya
Balguruswamy
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to declare a variable?
Can math operations be performed on a void pointer?
Explain what is wrong with this program statement? Void = 10;
What does typedef struct mean?
Explain the difference between ++u and u++?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What are header files and what are its uses in C programming?
What is the use of sizeof () in c?
Write a program to print "hello world" without using a semicolon?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
what value is returned to operating system after program execution?
How do I swap bytes?
What is define directive?
What is the difference between if else and switchstatement
What is #define size in c?