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 |
write an algorithm to display a square matrix.
Explain what are the advantages and disadvantages of a heap?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Why is c called c?
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
program for validity of triangle from 3 side
write a program that will print %d in the output screen??
What is the use of getch ()?
Linked lists -- can you tell me how to check whether a linked list is circular?
What are header files and explain what are its uses in c programming?
In header files whether functions are declared or defined?