What is sizeof array?


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

Post New Answer

More C Interview Questions

compare array with pointer?

1 Answers  


How can you access memory located at a certain address?

0 Answers  


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


Why is c called c?

0 Answers  






What is a shell structure examples?

0 Answers  


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


What is alloca() and why is its use discouraged?

1 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

2 Answers  


Categories