What is union and structure?


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

Post New Answer

More C Interview Questions

I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.

1 Answers  


Why is extern used in c?

0 Answers  


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16

1 Answers  


What is the difference between the expression “++a” and “a++”?

0 Answers  






Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.

1 Answers  


Is fortran still used today?

0 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


what is the use of fflush() function?

2 Answers  


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


Categories