What does. int *x[](); means ?


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

Post New Answer

More C Interview Questions

write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


Which is an example of a structural homology?

0 Answers  


Give basis knowledge of web designing ...

0 Answers   HCL,


why division operator not work in case of float constant?

2 Answers  






what is the c.

3 Answers   IBM, TCS,


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


What is meant by high-order and low-order bytes?

0 Answers  


WAP &#8211; represent a char in binary format

4 Answers   Motorola, Wipro,


what is the difference between static variable and register variable?

3 Answers  


What does sizeof function do?

0 Answers  


Categories