Answer Posted / tdurga
HEADER IS INCLUDE <STDIO.H>.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What are structure members?
What is static and volatile in c?
What is union and structure in c?
write a program to find the given number is prime or not
Can a variable be both constant and volatile?
What is the concatenation operator?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
main() { printf("hello"); fork(); }
What is the best style for code layout in c?
In c language can we compile a program without main() function?
What is logical error?
What do you mean by a local block?
What are types of structure?
Explain the difference between call by value and call by reference in c language?