What is the return type of sizeof?


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

Post New Answer

More C Interview Questions

prog for 1st five prime numbers in 2^x - 1

0 Answers  


What's the difference between calloc() and malloc()?

4 Answers  


what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  






Write a program to reverse a given number in c language?

0 Answers  


Explain what is page thrashing?

0 Answers  


What is a const pointer in c?

0 Answers  


WAP to find that given no is small or capital

3 Answers  


What is nested structure with example?

0 Answers  


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

0 Answers  


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,


Categories