What is the use of sizeof () in c?


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

Post New Answer

More C Interview Questions

what is bit rate & baud rate? plz give wave forms

0 Answers  


What's the difference between a linked list and an array?

14 Answers  


12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

4 Answers   Accenture,


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


What are formal parameters?

0 Answers  






write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


What are different storage class specifiers in c?

0 Answers  


Write program to remove duplicate in an array?

0 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


what is the format specifier for printing a pointer value?

0 Answers  


Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001

2 Answers  


write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)

1 Answers   Bosch, College School Exams Tests,


Categories