What is c language & why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
how to print value of e(exp1)up to required no of digits after decimal?
What is getch?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
1. Write a program to reverse every second word in a given sentence.
What is the description for syntax errors?
How is a structure member accessed?
What is the difference between int and float?
Which function in C can be used to append a string to another string?
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
Explain the difference between struct and union.
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
What is the best way to store flag values in a program?