If I have a char * variable pointing to the name of a function ..


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

Post New Answer

More C Interview Questions

What does %c mean in c?

0 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


What are the valid places to have keyword “break”?

0 Answers  


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


What are categories used for in c?

0 Answers  


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


What is realloc in c?

0 Answers  


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


Describe advantages and disadvantages of the various stock sorting algorithms

1 Answers   Microsoft,


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


Categories