int a=0,b=2;
if (a=0)
b=0;
else
b=*10;
What is the value of b ?
Answer Posted / guest
0
Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What are the different types of endless loops?
What is pointer to pointer in c language?
What are the 32 keywords in c?
What is c system32 taskhostw exe?
What is action and transformation in spark?
How do you convert strings to numbers in C?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What are the different categories of functions in c?
Is c programming hard?
What is function and its example?
What are identifiers and keywords in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Can include files be nested?
Explain built-in function?