Which type of language is c?


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

Post New Answer

More C Interview Questions

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  


which one low Priority in c? a)=,b)++,c)==,d)+

10 Answers  


Is c is a middle level language?

0 Answers  


Describe how arrays can be passed to a user defined function

0 Answers  


What is the role of && operator in a program code?

0 Answers  






Write a program to print factorial of given number without using recursion?

0 Answers  


What do you know about the use of bit field?

0 Answers  


Explain what is the difference between null and nul?

0 Answers  


write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


What are the types of type specifiers?

0 Answers  


What is string in c language?

0 Answers  


Categories