what is a constant pointer in C
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Explain about C function prototype?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
how logic is used
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
What is a spanning Tree?
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
Differentiate between declaring a variable and defining a variable?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How to throw some light on the b tree?
Explain what are the advantages and disadvantages of a heap?