Answer Posted / murali
#include<stdio.h>
#include<conio.h>
void main()
{
printf("%");
printf("d");
}
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
What does do in c?
Who developed c language and when?
I need a sort of an approximate strcmp routine?
Write a program of prime number using recursion.
how can use subset in c program and give more example
What is the deal on sprintf_s return value?
What is data type long in c?
What are the advantages of using Unions?
C program to find all possible outcomes of a dice?
write a c program for swapping two strings using pointer
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
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the use of structure padding in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
How can I read in an object file and jump to locations in it?