What does. int *x[](); means ?
No Answer is Posted For this Question
Be the First to Post Answer
What is f'n in math?
Describe how arrays can be passed to a user defined function
While(1) { } when this loop get terminate is it a infinite loop?
Which is more efficient, a switch statement or an if else chain?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
which type of question asked from c / c++ in interview.
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
What is pointer and structure in c?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
How can a process change an environment variable in its caller?
What are c header files?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,