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 |
Can you explain the four storage classes in C?
What are the functions to open and close file in c language?
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Which node is more powerful and can handle local information processing or graphics processing?
Explain how can you tell whether a program was compiled using c versus c++?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What are volatile variables in c?
what is the use of call back function in c?tell me with example
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
discuss the steps needed to get a program from source code to executable in a system?
explain what are actual arguments?