Why is a semicolon (;) put at the end of every program statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is anagram in c?
what is computer
what is difference between null and nul in c language
What is the Purpose of 'extern' keyword in a function declaration?
How can I generate floating-point random numbers?
What are the functions to open and close the file in c language?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is the difference between %d and %i?
Which is best linux os?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
What is an identifier?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”