What does sizeof function do?


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

Post New Answer

More C Interview Questions

hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,


What is a void pointer in c?

0 Answers  


why we shiuld use main keyword in C

5 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā€œ%dā€,x); }

8 Answers   Vector,






Describe advantages and disadvantages of the various stock sorting algorithms

1 Answers   Microsoft,


How can I invoke another program or command and trap its output?

0 Answers  


What is Bitwise Operator and how it works?

1 Answers  


print a "hello" word without using printf n puts in c language

6 Answers  


Diff between for loop and while loop?

2 Answers   TCS,


Do you know what is a programing language ?

0 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  


Categories