int a=0,b=2;
if (a=0)
b=0;
else
b=*10;
What is the value of b ?
Answer Posted / sonukrrock
20
| Is This Answer Correct ? | 28 Yes | 11 No |
Post New Answer View All Answers
Explain what is a stream?
What is I ++ in c programming?
How many types of sorting are there in c?
What does sizeof int return?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is the difference between local variable and global variable in c?
How can I invoke another program or command and trap its output?
What are called c variables?
What is memcpy() function?
How to write a code for reverse of string without using string functions?
What are the 5 types of organizational structures?
What is #include stdlib h?
What does %d do?
Explain what is the stack?
Write a C program to count the number of email on text