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
Why structure is used in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
what is the different bitween abap and abap-hr?
How can I use a preprocessorif expression to ?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Explain what does a function declared as pascal do differently?
Which are low level languages?
Explain how can you determine the size of an allocated portion of memory?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is the use of printf() and scanf() functions?
how can I convert a string to a number?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Explain what is the difference between functions getch() and getche()?
write a program to display all prime numbers
How does free() know explain how much memory to release?