What type is sizeof?


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

Post New Answer

More C Interview Questions

How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


What is the condition that is applied with ?: Operator?

0 Answers  


dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?

1 Answers  






Explain b+ tree?

0 Answers  


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


What is a lvalue

0 Answers   Global Logic,


say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


Explain pointer. What are function pointers in C?

0 Answers   HCL,


difference between memcpy and strcpy

1 Answers  


Categories