What are unions in c?


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

Post New Answer

More C Interview Questions

Explain the use of 'auto' keyword

0 Answers  


. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

1 Answers  


Is fortran still used in 2018?

0 Answers  


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


What is a rvalue?

0 Answers   Global Logic,






Explain how do you determine the length of a string value that was stored in a variable?

0 Answers  


What is a pointer and how it is initialized?

0 Answers  


How can I list all of the predefined identifiers?

0 Answers  


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

0 Answers   InterGraph,


How can you pass an array to a function by value?

0 Answers  


Categories