Answer Posted / ksambhaji999
For(i=1;i<50;i=i
+2)
{ printf
("%d",i);
for(j=2;j<51;j++)
{ printf
("%d",j);}
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of clrscr () printf () and getch ()?
What is the use of #include in c?
What is a stream?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What are the standard predefined macros?
What is the correct code to have following output in c using nested for loop?
Why do we use return in c?
How do I round numbers?
Can you please explain the scope of static variables?
Write a factorial program using C.
What are Macros? What are its advantages and disadvantages?
What is a static function in c?
Is c programming hard?
how do you programme Carrier Sense Multiple Access
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples