c program to print a name without using semicolon
Answer Posted / subash
main()
{
if(printf("SATYA"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can you restore a redirected standard stream?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
How do I determine whether a character is numeric, alphabetic, and so on?
Explain the difference between null pointer and void pointer.
What is the concatenation operator?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is difference between union and structure in c?
What is a good way to implement complex numbers in c?
What is a macro?
What is context in c?
What is an array? What the different types of arrays in c?
What are the types of variables in c?
What is the use of structure padding in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
what is uses of .net