Answer Posted / love agarwal
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("hello");
getch();
}
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is pointers in c with example?
What does printf does?
How do I round numbers?
Explain what standard functions are available to manipulate strings?
What is nested structure with example?
How do you print only part of a string?
Why we use conio h in c?
Is struct oop?
What is the most efficient way to count the number of bits which are set in an integer?
What are the 5 types of organizational structures?
What are the loops in c?
What is int main () in c?
What is oops c?
Is array name a pointer?