How to define structures? ·
No Answer is Posted For this Question
Be the First to Post Answer
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
What is the use of getchar functions?
What does 3 mean in texting?
what is the maximum limit of row and column of a matrix in c programming. in linux .
How do I swap bytes?
What is the difference between union and structure in c?
Where static variables are stored in c?
Why do we use pointer to pointer in c?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
Write a C program to print 1 2 3 ... 100 without using loops?