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


Please Help Members By Posting Answers For Below Questions

what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2528


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1924


Can the “if” function be used in comparing strings?

586


In which header file is the null macro defined?

850


What is string function in c?

533






simple program of graphics and their output display

1466


What functions are used in dynamic memory allocation in c?

593


What is the difference between ‘g’ and “g” in C?

2518


What is memcpy() function?

618


What are the uses of a pointer?

675


How many types of operator or there in c?

599


What is the difference between single charater constant and string constant?

617


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2644


How can I get random integers in a certain range?

609


How many loops are there in c?

575