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
writ a program to compare using strcmp VIVA and viva with its output.
What are the 4 types of functions?
write a c program for swapping two strings using pointer
What is the heap in c?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Why c is called procedure oriented language?
Explain the advantages of using macro in c language?
What is file in c language?
What are operators in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Explain the use of #pragma exit?
Define C in your own Language.
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What does nil mean in c?