Can u please send me the exam pattern and also Previous
papers to javed123go@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
How can I direct output to the printer?
which one is better structure or union?(other than the space occupied )
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
what is linkage error when it occurs in c program
Can we change the value of static variable in c?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
What are the c keywords?
What are the 4 types of organizational structures?
How can I handle floating-point exceptions gracefully?