What is array of structure in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
how can i sort numbers from ascending order and descending order using turbo c..
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
how do you execute a c program in unix.
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is data types?
What are different types of operators?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
Write a program to reverse a linked list in c.
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
How can I discover how many arguments a function was actually called with?
Combinations of fibanocci prime series