What is realloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
how can u print a message without using any library function in c
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
Why is sizeof () an operator and not a function?
How do you determine the length of a string value that was stored in a variable?
is c language is a object oreinted language?
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 are the different types of control structures?
What is calloc() function?
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
What is string function in c?
C,c++, Java is all are structural oriented or procedure oriented language..?
What is the difference between struct and union in C?