Why structure is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
const char * char * const What is the differnce between the above tow?.
What is c value paradox explain?
What is the purpose of scanf() and printf() functions?
Can a pointer be volatile in c?
what is the use of c program?
4 Answers Synergy, Web Synergies,
write a c program to print "Welcome" without using semicolon in the whole program ??
how does printf function work
What is the difference between printf and scanf in c?
What is the purpose of macro in C language?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
How main function is called in c?
How to write a program for swapping two strings without using 3rd variable and without using string functions.