Why header file is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
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 true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
What is the difference between printf and scanf )?
Does c have circular shift operators?
What is the difference between a structure and a union?
What are static variables in c?
How many data structures are there in c?
Difference between Function to pointer and pointer to function
how can i get this by using for loop? * ** * **** * ******
what is level of tree if leaf node is at level 4.please explain.
which one low Priority in c? a)=,b)++,c)==,d)+
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both