What is sizeof in c?


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

Post New Answer

More C Interview Questions

Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


difference between ordinary variable and pointer in C?

2 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


what is the little endian and big endian?

1 Answers  


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  






which type of aspect you want from the student.

0 Answers   IBM, TCS,


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

0 Answers  


What type of function is main ()?

0 Answers  


Can a pointer be null?

0 Answers  


Where are some collections of useful code fragments and examples?

0 Answers   Celstream,


What is a loop?

0 Answers  


Tell us something about keyword 'auto'.

0 Answers  


Categories