What is hungarian notation? Is it worthwhile?


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

Post New Answer

More C Interview Questions

what is printf

5 Answers   MVSR, Satyam,


Write a program to reverse a string.

0 Answers   Global Logic, iNautix, TCS, Wipro,


Difference between linking and loading?

0 Answers  


What is strcpy() function?

0 Answers  


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,






Why ordinary variable store only one value  

0 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


where does malloc() function get the memory?

1 Answers  


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers   CMC, Wipro,


Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


What is your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


Categories