Do variables need to be initialized?
No Answer is Posted For this Question
Be the First to Post Answer
List a few unconditional control statement in c.
What compilation do?
7 Answers Geometric Software, Infosys,
Is javascript based on c?
What are the __date__ and __time__ preprocessor commands?
Write a code to generate a series where the next element is the sum of last k terms.
how to add numbers without using arithmetic operators.
What is Conio.h ?
writw a program to insert an element in the begning of a doubly linked list
Can you please explain the difference between strcpy() and memcpy() function?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }
What is the purpose of the fflush() function in C?