What is the size of a union variable?


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

Post New Answer

More C Interview Questions

Write a C program in Fibonacci series.

0 Answers   iNautix,


write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com

6 Answers  


Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)

2 Answers  


What are void pointers in c?

0 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"

6 Answers   IBM,






int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


Explain what is the difference between a string and an array?

0 Answers  


What is structure of c program?

0 Answers  


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


What are enums in c?

0 Answers  


Does free set pointer to null?

0 Answers  


what is the similarities between. system call and library function?

1 Answers   Wipro,


Categories