What is sizeof array in c?


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

Post New Answer

More C Interview Questions

I heard that you have to include stdio.h before calling printf. Why?

0 Answers  


All technical questions

0 Answers   TCS,


what is the mean of c languages.

1 Answers   Polaris,


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


How arrays can be passed to a user defined function

0 Answers  






What is the difference between far and near ?

0 Answers  


main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


What are the string functions? List some string functions available in c.

0 Answers  


WHAT IS ABSTRACT DATA TYPE

4 Answers   Wipro,


what is pointer ? what is the use of pointer?

6 Answers   Infosys,


What are .h files and what should I put in them?

3 Answers  


Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


Categories