How do we declare variables in c?


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

Post New Answer

More C Interview Questions

Why the use of alloca() is discouraged?

2 Answers   Oracle,


write an algorithm and c program to add two 2x2 matrics

2 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 C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


Is void a keyword in c?

0 Answers  






Magic square

0 Answers  


What is n in c?

0 Answers  


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


Explain what is the advantage of a random access file?

0 Answers  


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


Write a program to generate prime factors of a given integer?

2 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,


Categories