When we use void main and int main?


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

Post New Answer

More C Interview Questions

program for swapping two strings by using pointers in c language

1 Answers  


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


how many times of error occur in C

11 Answers  


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


Do you have any idea how to compare array with pointer in c?

0 Answers  


How many levels deep can include files be nested?

0 Answers  


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


Write a program that receives as input a number omaadel-n-print, four digits.

0 Answers  


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

0 Answers  


Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,


Categories