What is the purpose of main() function?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c language for the multiplication of two matrices using pointers?
what is a static function
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
The statement, int(*x[]) () what does in indicate?
What is cohesion in c?
List the variables are used for writing doubly linked list program.
What will happen when freeing memory twice
What is data structure in c programming?
Explain how can I make sure that my program is the only one accessing a file?
What are enumerated types?
what type of questions arrive in interview over c programming?