What are two dimensional arrays alternatively called as?


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

Post New Answer

More C Interview Questions

How arrays can be passed to a user defined function

0 Answers  


What is the difference between null pointer and wild pointer?

0 Answers  


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 Answers  


Is printf a keyword?

0 Answers  






Can we declare variable anywhere in c?

0 Answers  


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

2 Answers   Facebook,


How can you convert integers to binary or hexadecimal?

0 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?

1 Answers  


Categories