What is a char c?
No Answer is Posted For this Question
Be the First to Post Answer
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
Explain what is dynamic data structure?
What does %d do?
What do mean by network ?
main() { printf("hello"); fork(); }
What is the usage of the pointer in c?
What is the purpose of Scanf Print, getchar, putchar, function?
What is the difference b/w Structure & Union?
What is a macro?
write a c program that prints all multiples of 3between 1 and 50.
What is putchar() function?
When is a “switch” statement preferable over an “if” statement?