write c program without semicolon
Answer Posted / saurabh rakhecha
int main()
{
if (printf(" Hello"))
{
// EMPTY
}
}
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the advantage of an array over individual variables?
what is use of malloc and calloc?
Explain what are preprocessor directives?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Explain how does flowchart help in writing a program?
What is scope rule in c?
What is the difference between formatted&unformatted i/o functions?
What is meant by initialization and how we initialize a variable?
What is pivot in c?
What are the types of i/o functions?
What is a wrapper function in c?
What is volatile 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
What is the difference between exit() and _exit() function in c?
What is the difference between if else and switchstatement