What is the use of sizeof () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a file descriptor in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
how to return 1000 variables from functio9n in c?plz give me code also
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
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
Why static is used in c?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
Does free set pointer to null?
What is the OOPs concept?
write a program to add two numbers of any size.....(remember any size)
whitch value return void main?