C Programming Tricks, Test, Interview Questions
Learn C programming skills, test your c skill. C Interview questions.
Monday, October 13, 2008
What will be the o/p of the below program
float i=5, j;
j = ++i/--i/--i*i;
printf(“%f\n”, j);
Choice
a) 0.75
b) 1.25
c) 1.2
d) 0.075
e) 1.000000
Newer Post
Older Post
Home
Labels
Arithmetic Operators
(2)
array
(8)
ascii chart
(1)
base conversion
(1)
bitwise operators
(2)
C Functions
(2)
C Strings
(1)
Compilation
(1)
Conditional Statements
(1)
extern
(1)
file
(2)
float
(1)
Identifiers
(1)
Initialization
(1)
Library
(3)
Linked List
(1)
Linker
(1)
loops
(4)
Operators
(6)
Parentheses
(3)
Pointer Arithmetic
(1)
pointers
(7)
Pre-Processor
(3)
Precedence
(7)
printf
(8)
printf formats
(2)
recursion
(3)
Relational Operators
(1)
scanf
(2)
sizeof
(3)
stack
(1)
Statement
(1)
static variables
(2)
strings
(5)
structure
(5)
switch case
(2)
Ternary Operator
(1)
Unary Operators
(2)
Union
(1)
Subscribe in a reader
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Blog Archive
►
2010
(23)
►
May
(1)
►
February
(12)
►
January
(10)
►
2009
(38)
►
December
(1)
►
June
(2)
►
May
(7)
►
April
(7)
►
March
(7)
►
February
(7)
►
January
(7)
▼
2008
(33)
►
December
(7)
►
November
(7)
▼
October
(7)
What will happen when the program below is compile...
What will be printed when the sample code above is...
What is the output?
What will be the o/p of the below program
What is the output of following programme ?
What will be printed when the sample code below is...
Identify errors in this below program, if any. Oth...
►
September
(7)
►
July
(1)
►
June
(1)
►
May
(1)
►
March
(1)
►
January
(1)