What is the difference between declaring a variable and defining a variable?


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

Post New Answer

More C Interview Questions

write a program to generate 1st n fibonacci prime number

2 Answers  


write the program for maximum of the following numbers? 122,198,290,71,143,325,98

5 Answers  


Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  


What the different types of arrays in c?

0 Answers  


What is meant by operator precedence?

0 Answers  






how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


When should the volatile modifier be used?

0 Answers  


how to add two numbers without using arithmetic operators?

4 Answers  


How can I get back to the interactive keyboard if stdin is redirected?

0 Answers  


How can I pad a string to a known length?

0 Answers  


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


Categories