Do you know the difference between exit() and _exit() function in c?
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
What are the differences between Structures and Arrays?
Why do we use stdio h and conio h?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
Apart from dennis ritchie who the other person who contributed in design of c language.
a=5 a=a++/++a
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”
What is the advantage of c?
what is c language?
What is the heap?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL