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

Why main function is special give two reasons?

0 Answers  


Where is volatile variable stored?

0 Answers  


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

0 Answers  


Describe dynamic data structure in c programming language?

0 Answers  






write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


What is #include stdio h?

0 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


Explain what are multidimensional arrays?

0 Answers  


write a program to find out prime number using sieve case?

0 Answers   HCL,


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


Categories