main()
{
inta=10,b=20;
a>=5?b=100:b=200;
printf("%d
",b);
}
No Answer is Posted For this Question
Be the First to Post Answer
why effort estimation is important?
what is link list?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
what is the function of void main()?
Explain how can I write functions that take a variable number of arguments?
Why do we use main function?
Bit swapping
In a header file whether functions are declared or defined?
Can you apply link and association interchangeably?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.