what are enumerations in C
No Answer is Posted For this Question
Be the First to Post Answer
What is the diffences between Windows XP and Windows Visa
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Differentiate between Macro and ordinary definition.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
what is meant by flushll() in c programming?
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?
Eight queens puzzle
Why do we use namespace feature?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
What are pointers? What are stacks and queues?