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
What is formal argument?
Explain how can you tell whether a program was compiled using c versus c++?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is a c token and types of c tokens?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Why do we need functions in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
When would you use a pointer to a function?
In C programming, what command or code can be used to determine if a number of odd or even?
Can you please explain the difference between strcpy() and memcpy() function?
What functions are used in dynamic memory allocation in c?