if a is an integer variable, a=5/2; will return a value
a) 2.5
b) 3
c) 2
d) 0
No Answer is Posted For this Question
Be the First to Post Answer
Why functions are used in c?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
which is faster execution: loops or recursion?
What is the exact difference between '\0' and ""
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
Toggle nth bit in a given integer - num
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
What is an auto variable in c?
What is nested structure?
Is flag a keyword in c?
Explain what is wrong with this program statement? Void = 10;
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));