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

Explain what’s a signal? Explain what do I use signals for?

0 Answers  


Why can arithmetic operations not be performed on void pointers?

0 Answers  


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


What is meant by inheritance?

0 Answers  


WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

8 Answers   Carphone Warehouse, IBM, SAS,


How do you determine if a string is a palindrome?

1 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


in iso what are the common technological language?

0 Answers  


21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


What is the proper way of these job Tell me about there full work

0 Answers   EDS,


int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  


What is a const pointer, and how does it differ from a pointer to a const?

2 Answers  


Categories