What is main () in c language?
No Answer is Posted For this Question
Be the First to Post Answer
1. Write a program to reverse every second word in a given sentence.
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
What's a "sequence point"?
What are the different pointer models in c?
Which weighs more, a gram of feathers or a gram of gold?
What does the && operator do in a program code?
What does d mean?
why division operator not work in case of float constant?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
Is return a keyword in c?
How can I trap or ignore keyboard interrupts like control-c?
Tell me with an example the self-referential structure?