What is the difference between variable declaration and variable definition in c?


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

Post New Answer

More C Interview Questions

Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

0 Answers   Convergys,


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

2 Answers   HCL,


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


why do we use # in c-language?

1 Answers  


What does %p mean c?

0 Answers  






How many levels of pointers have?

0 Answers  


Can we change the value of constant variable in c?

0 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


how do you execute a c program in unix.

0 Answers  


Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms

5 Answers   Convex Digital,


write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.

3 Answers  


Categories