What is main () in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is context in c?

0 Answers  


What is sorting in c plus plus?

0 Answers  


post new interiew question and aptitude test papers

1 Answers  


What is the use of putchar function?

0 Answers  


what is the output of printf("%d",(scanf("%d",10));

10 Answers  






what is c?

7 Answers   Tech Mahindra,


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

7 Answers   Accenture,


Define Array of pointers.

0 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


Explain what is the use of a semicolon (;) at the end of every program statement?

0 Answers  


I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


How can a program be made to print the line number where an error occurs?

0 Answers  


Categories