print ur name without using any semicolon in c/c++....
Answer Posted / sanjeet
#include<stdio.h>
int main()
{
if(printf("Madhu"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does != Mean in c?
What does dm mean sexually?
How will you delete a node in DLL?
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.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Write a program to print numbers from 1 to 100 without using loop in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
How can you access memory located at a certain address?
What is bss in c?
What are the types of assignment statements?
How many bytes is a struct in c?
How can I insert or delete a line (or record) in the middle of a file?
Why should I prototype a function?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Which header file should you include if you are to develop a function which can accept variable number of arguments?