What is main void in c?
how is the examination pattern?
What is sparse file?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
What are the advantages of external class?
What is external variable in c?
what is a stack
what r the cpu registers r ther?
What is the size of enum in c?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
How does selection sort work in c?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What is the difference between int main and void main in c?