Explain two-dimensional array.


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

Post New Answer

More C Interview Questions

how to find string length wihtout using c function?

6 Answers  


Explain how can you check to see whether a symbol is defined?

0 Answers  


find out largest elemant of diagonalmatrix

0 Answers  


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


Explain how can you determine the size of an allocated portion of memory?

0 Answers  






How to write the code of the program to swap two numbers with in one statement?

2 Answers  


a simple c program using 'for' loop to display the output 5 4 3 2 1

2 Answers   Google,


Explain the difference between malloc() and calloc() function?

0 Answers  


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


What does 4d mean in c?

0 Answers  


What is the use of linkage in c language?

0 Answers  


Categories