write a c program to find largest of three numbers using simple if only for one time.
What are run-time errors?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
is it possible to create your own header files?
What is structure padding ?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
What does nil mean in c?
Do string constants represent numerical values?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
What is the difference between void main() and void main (void) give example programme?
What are operators in c?
What are the types of unary operators?
Write a program to find whether the given number is prime or not?