Explain what is the concatenation operator?
No Answer is Posted For this Question
Be the First to Post Answer
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
List some of the static data structures in C?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
c program to print a name without using semicolon
For what purpose null pointer used?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
Tell us the use of fflush() function in c language?
what is the significance of static storage class specifier?
What are the string functions? List some string functions available in c.
How will you find a duplicate number in a array without negating the nos ?
Why C language is a procedural language?