What’s the special use of UNIONS?


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

Post New Answer

More C Interview Questions

Can you write the algorithm for Queue?

0 Answers   College School Exams Tests, TCS,


What are the different file extensions involved when programming in C?

0 Answers  


program to find a smallest number in an array

15 Answers   Microsoft, Sony,


how to create duplicate link list using C???

0 Answers  


What is pointer to pointer in c?

0 Answers  






What does a run-time "null pointer assignment" error mean?

2 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


what is object oriental programing?

1 Answers  


main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


How can I call a function with an argument list built up at run time?

0 Answers  


what is the difference between normal variables and pointer variables..............

15 Answers   HP, Infosys, Satyam, Vivekanand Education Society,


Categories