What is the difference between local variable and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does the format %10.2 mean when included in a printf statement?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
What is the advantage of a random access file?
write a program for the normal snake games find in most of the mobiles.
who did come first hen or agg
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
Why flag is used in c?
why integer range between -327680to+32767
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
What is the code in while loop that returns the output of given code?
What is break statement?
In which header file is the null macro defined?