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
Define circular linked list.
Explain what math functions are available for integers? For floating point?
What is c basic?
how to find anagram without using string functions using only loops in c programming
List some of the dynamic data structures in C?
What is the significance of c program algorithms?
What are variables c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What type is sizeof?
Are the outer parentheses in return statements really optional?
What is null in c?
can anyone please tell about the nested interrupts?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is default value of global variable in c?
How can I change the size of the dynamically allocated array?