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

How can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


Why string is used in c?

0 Answers  


What is a memory leak in structures? How can we rectify that?

2 Answers  


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


Explain how can I right-justify a string?

0 Answers  






Why is malloc used?

1 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


How many types of operator or there in c?

0 Answers  


Should I learn data structures in c or python?

0 Answers  


Who developed c language?

0 Answers  


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


Categories