What is the sizeof () operator?


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

Post New Answer

More C Interview Questions

What is c++ used for today?

0 Answers  


How can I write a function analogous to scanf?

0 Answers  


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

0 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


write a c program to find biggest of 3 number without relational operator?

12 Answers   TCS, Wipro,






what about "char *(*(*a[])())();"

3 Answers   Oracle,


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 main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?

2 Answers  


Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.

1 Answers  


How can you tell whether a program was compiled using c versus c++?

0 Answers  


How we can set and clear bit in a byte using macro function?

2 Answers   L&T, Samsung,


What is getch () for?

0 Answers  


Categories