print ur name without using any semicolon in c/c++....
Answer Posted / madhu
This is the correct answer,
Question is without using semicolon,
#include<stdio.h>
int main()
{
if(printf("Madhu"))
{
}
}
| Is This Answer Correct ? | 87 Yes | 12 No |
Post New Answer View All Answers
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
How can a string be converted to a number?
what is the different bitween abap and abap-hr?
What is unary operator?
Explain what are multibyte characters?
What is the size of empty structure in c?
Can we increase size of array in c?
How are Structure passing and returning implemented by the complier?
Are there namespaces in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Write a program to print factorial of given number without using recursion?
What are the 5 types of organizational structures?
What is the difference between the = symbol and == symbol?
Tell me what is null pointer in c?