What is "Hungarian Notation"?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the difference between union and structure in c?

0 Answers  


What is the return type of sizeof?

0 Answers  


What is the difference between pure virtual function and virtual function?

0 Answers  


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


What is a null string in c?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


can we write a c program with out using main

3 Answers  


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


Is stack a keyword in c?

0 Answers  


what is void pointer?

2 Answers  


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


Categories