read the folllowing code
# define MAX 100
# define MIN 100
....
....
if(x>MAX)
x=1;
else if(x<MIN)
x=-1;
x=50;
if the initial value of x=200,what is the vlaue after
executing this code?
a.200
b.1
c.-1
d.50
Answer Posted / fazlur rahaman naik
the right answer is d.
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
Why header file is used in c?
What is difference between class and structure?
What is double pointer?
What is a loop?
What is the difference between void main and main in c?
Is null equal to 0 in sql?
Explain how do you search data in a data file using random access method?
What are disadvantages of C language.
What is a global variable in c?
What is the difference between test design and test case design?
What is huge pointer in c?
Can you write the algorithm for Queue?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
using for loop sum 2 number of any 4 digit number in c language
define string ?