could u able to tell about suresoft technical session
Answer / 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 |
What is static function in c?
Explain how do you use a pointer to a function?
How can you invoke another program from within a C program?
Do you know what are the properties of union in c?
Why is c called c not d or e?
How do you convert strings to numbers in C?
What is function pointer and where we will use it
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is the hardest programming language?
What are the difference between a free-standing and a hosted environment?
How do I send escape sequences to control a terminal or other device?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y