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
Why do some versions of toupper act strangely if given an upper-case letter?
How can I remove the leading spaces from a string?
What is hashing in c language?
Tell me what is the purpose of 'register' keyword in c language?
Is Exception handling possible in c language?
What is a floating point in c?
Why we use break in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
what do the 'c' and 'v' in argc and argv stand for?
What is pre-emptive data structure and explain it with example?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What do you mean by scope of a variable in c?
What are the properties of union in c?
write a program to copy the string using switch case?
Why c is faster than c++?