What is sizeof c?


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

Post New Answer

More C Interview Questions

why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


Who developed c language and when?

0 Answers  


What is Heap?

3 Answers  


write a program to display reverse of a number using for loop?

14 Answers  


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  






.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


When should the const modifier be used?

0 Answers  


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


Explain is it valid to address one element beyond the end of an array?

0 Answers  


HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


Explain how can I avoid the abort, retry, fail messages?

0 Answers  


Categories