print ur name 20,000 times without using inbuilt library
functions like printf,scanf,gets,puts,getchar or putchar
Answer Posted / dasari chaithanya
#include<stdio.h>
#include<conio.h>
void main()
{
char ch[20];
for(ch=0;ch<=20000;ch++)
if( printf("chaithanya"));
else if("data is wrong");
}
| Is This Answer Correct ? | 0 Yes | 42 No |
Post New Answer View All Answers
what is a function method?give example?
How many identifiers are there in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Why ca not I do something like this?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is size of union in c?
What is a struct c#?
What are the standard predefined macros?
What are types of structure?
will u please send me the placement papers to my mail???????????????????
what do you mean by enumeration constant?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What do you mean by scope of a variable in c?
How do you declare a variable that will hold string values?