What is a nested loop?


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

Post New Answer

More C Interview Questions

What is the difference between formatted&unformatted i/o functions?

0 Answers  


Write down the program to sort the array.

4 Answers   Impiger,


What is the difference between printf and scanf )?

0 Answers  


compare array with pointer?

1 Answers  


Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?

3 Answers  






What is the difference between array_name and &array_name?

0 Answers  


SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1

4 Answers  


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 Answers   ADITI,


What is structure packing in c?

0 Answers  


What is declaration and definition in c?

0 Answers  


a program that can input number of records and can view it again the record

0 Answers   Accenture,


Categories