What is meant by recursion?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 types of unions?
What are the two types of functions in c?
What is call by value in c?
what is the code for getting the output as * ** ***
what are the stages of compilation
Is Exception handling possible in c language?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????