What is the correct code to have following output in c using nested for loop?


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

Post New Answer

More C Interview Questions

What is difference between far and near pointers?

0 Answers  


Whats s or c mean?

0 Answers  


what is a stack

6 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


write an algorithm to display a square matrix.

0 Answers  


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


what type of language is C?

13 Answers   Microsoft,


Explain the ternary tree?

0 Answers  


Can we change the value of static variable in c?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


Categories