State the difference between x3 and x[3].


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

Post New Answer

More C Interview Questions

Why enum is used in c?

0 Answers  


What does emoji p mean?

0 Answers  


Explain what is dynamic data structure?

0 Answers  


Disadvantages of C language.

0 Answers   Impetus,


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

1 Answers  






Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


What does c mean before a date?

0 Answers  


What is a node in c?

0 Answers  


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  


In scanf h is used for

4 Answers   BFL,


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


Categories