a=10;b= 5;c=3;d=3;
if(a printf(%d %d %d %d a,b,c,d)
else printf("%d %d %d %d a,b,c,d);
No Answer is Posted For this Question
Be the First to Post Answer
Define Spanning-Tree Protocol (STP)
How can I do peek and poke in c?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
write a c program to find the probability of random numbers between 1-1000
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
What’s a signal? Explain what do I use signals for?
What is register variable in c language?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What is calloc in c?
What is the maximum length of an identifier?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is LINKED LIST? How can you access the last element in a linked list?