What is meant by realloc()?
No Answer is Posted For this Question
Be the First to Post Answer
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
what is diference between return 0 and return NULL??
How reliable are floating-point comparisons?
What header files do I need in order to define the standard library functions I use?
what is the hexidecimal number of 4100?
How to print India by nested loop? I IN IND INDI INDIA
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
WHAT IS MEANT BY LIFE?
How to add two numbers with using function?
What is the difference between arrays and pointers?
How to swap 3 numbers without using 4th variable?
give an example of type casting by a simple c program