What is hungarian notation? Is it worthwhile?
No Answer is Posted For this Question
Be the First to Post Answer
How is a structure member accessed?
What is difference between class and structure?
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?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
What is a MAC Address?
write a program wch produces its own source code aas its output?
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
What is a string?
which one is better structure or union?(other than the space occupied )
User define function contain thier own address or not.
What library is sizeof in c?
main() { int i; printf("%d",i^i); }