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
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
what is pointer?
13 Answers HCL, TCS,
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
What is the difference between void main() and void main (void) give example programme?
Why is structure important for a child?
write a program to display the numbers having digit 9 in the given range from 1 to 100
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
using for loop sum 2 number of any 4 digit number in c language
When is a “switch” statement preferable over an “if” statement?
Explain union.
any string of bits of length 'n' represents a unique non- negative integer between.............?
Explain what is a stream?