What is int main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does struct node * mean?
How are 16- and 32-bit numbers stored?
pgm to find middle element of linklist(in efficent manner)
Why clrscr is used after variable declaration?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
difference between object file and executable file
how can write all 1to 100 prime numbers using for loop,if and break ?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
Calculate 1*2*3*____*n using recursive function??
What is the OOPs concept?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?