How to add two numbers without using semicolon n c????
Answers were Sorted based on User's Feedback
Answer / sorab aggarwal
#include<conio.h>
#include<stdio.h>
void main()
{
if(printf("%d",5+6))
{}
getch();
}
| Is This Answer Correct ? | 27 Yes | 8 No |
Answer / ashish lamse
#include<iostream.h>
#include<stdio.h>
#include<conio.h>
void main()
{
if(cout<<"add of two no="<<10+20)
{}
if(getch())
{}
}
| Is This Answer Correct ? | 4 Yes | 1 No |
Write a Program to accept different goods with the number, price and date of purchase and display them
out put of printf(ā%dā,printf(ram));
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Explain pointer. What are function pointers in C?
What is d scanf?
Explain what is a pragma?
How can you tell whether two strings are the same?
What is unary operator?
What are dangling pointers in c?
Write a C program to count the number of email on text
What is an operator?