print ur name 20,000 times without using inbuilt library
functions like printf,scanf,gets,puts,getchar or putchar
Answer Posted / gaurav
char far* src = (char far*) 0xB8000000L; *src = 'M'; src
+= 2; *src = 'D';
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a 'null pointer assignment' error?
What is define c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is unary operator?
What is external variable in c?
What is the use of sizeof () in c?
Why does notstrcat(string, "!");Work?
What is an array in c?
What is printf () in c?
What is C language ?
What are types of preprocessor in c?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is 2c dna?
How are portions of a program disabled in demo versions?
What are the salient features of c languages?