What's the total generic pointer type?


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

Post New Answer

More C Interview Questions

Is main an identifier in c?

0 Answers  


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....

1 Answers   TCS,


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,


What is hashing in c?

0 Answers  


How can you read a directory in a C program?

0 Answers  


input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure

4 Answers   IBM,


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


How do we print only part of a string in c?

0 Answers  


regarding pointers concept

0 Answers  


Categories