What is the size of empty structure in c?


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

Post New Answer

More C Interview Questions

What are the c keywords?

0 Answers  


What does *p++ do? What does it point to?

0 Answers  


What is an endless loop?

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


Under what circumstances does a name clash occur?

0 Answers   InterGraph,






What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


difference between native and cross compilers

0 Answers  


How to swap two values using a single variable ? condition: Not to use Array and Pointer ?

6 Answers  


How to draw the flowchart for structure programs?

0 Answers  


Write a program which has the following seven functions. The functions should be: • main() this calls the other 6 functions • fget_long() a function which returns a long data type from a file • fget_short() a function which returns a short integer variable from a file • fget_float() a function which returns a floating point variable from a file • fprt_long() a function which prints its single, long argument into a file • fprt_short() a function which prints its single, short argument into a file • fprt_float() a function which prints its single, floating point argument into a file. You should use fscanf() to get the values of the variables from the input (the file) and fprintf() to print the values to the other file. Pay attention to using the correct format for each of the data types.

0 Answers  


Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


what is c

1 Answers  


Categories