What is variable declaration and definition in c?


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

Post New Answer

More C Interview Questions

Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


What is the restrict keyword in C?

2 Answers  


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


logic for x=y^n

1 Answers   Delphi,


Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


What is the difference between null pointer and void pointer

10 Answers   CTS, Manforce, MAQ Software,


What is your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


what is different between auto and local static? why should we use local static?

0 Answers  


What is character constants?

0 Answers  


explain what are actual arguments?

0 Answers  


Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }

3 Answers   IBM,


Categories