how to print a statement in c without use of console
statement ,with the help of if statement it should print
Answers were Sorted based on User's Feedback
Answer / deepanshu kakkar
#include<stdio.h>
void main()
{
if(printf("deepanshu kakkar"));
}
| Is This Answer Correct ? | 4 Yes | 1 No |
What are the benefits of organizational structure?
what is the use of keyword volatile??
what will be the output for the following main() { printf("hi" "hello"); }
difference between function & structure
Write a program to find factorial of a number using recursive function.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Explain what is wrong with this program statement?
Do pointers take up memory?
What is LINKED LIST? How can you access the last element in a linked list?
what are advantages of U D F?
Explain heap and queue.
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures