Post New Answer View All Answers
Why pointers are used in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Why can arithmetic operations not be performed on void pointers?
When we use void main and int main?
How old is c programming language?
What is bubble sort in c?
What is #include called?
What is a structure and why it is used?
how to introdu5ce my self in serco
How many bytes is a struct in c?
write an algorithm to display a square matrix.
Why c is called top down?
Differentiate between the expression “++a” and “a++”?