could u able to tell about suresoft technical session
Answer Posted / siva
they are going to test ur basic knowledge about datatypes
and its range how it was determined and all areas in c
including data structures......
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How are portions of a program disabled in demo versions?
How to write c functions that modify head pointer of a linked list?
i got 75% in all semester am i eligible for your company
Where is volatile variable stored?
write a program for the normal snake games find in most of the mobiles.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
why do some people write if(0 == x) instead of if(x == 0)?
How will you find a duplicate number in a array without negating the nos ?
What do you know about the use of bit field?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is the right type to use for boolean values in c? Is there a standard type?
Differentiate between a structure and a union.
What is the size of enum in c?
Why we use int main and void main?
What is the difference between ‘g’ and “g” in C?