What are pointers? Why are they used?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between exit() and _exit() function in c?
What is static function in c?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
What is volatile variable in c?
What is a loop?
Explain how do you list a file’s date and time?
Why is extern used in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Why we write conio h in c?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,