write c program without semicolon
Answers were Sorted based on User's Feedback
Answer / srikanth
int main()
{
if(printf("hello")
{
}
getch();
}
| Is This Answer Correct ? | 13 Yes | 25 No |
What is function pointer and where we will use it
Explain how are 16- and 32-bit numbers stored?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
what are two categories of clint-server application development ?
Can i use “int” data type to store the value 32768? Why?
What is the difference between near, far and huge pointers?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Write a program to print factorial of given number without using recursion?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
what r the cpu registers r ther?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;