What is difference between && and & in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is main void in c?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
What is the purpose of sprintf() function?
write a program to insert an element at the specified position in the given array in c language
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the most efficient way to store flag values?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What is the output of printf("%d", printf("Hello"));?
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
What is %d used for?