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
What is the modulus operator?
what is stack , heap ,code segment,and data segment
Is c is a middle level language?
what is the diffrenet bettwen HTTP and internet protocol
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
What is bubble sort technique in c?
What is the purpose of Scanf Print, getchar, putchar, function?
how to swap two nubers by using a function with pointers?
Write a program to print the prime numbers from 1 to 100?
What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
Are c and c++ the same?
What is a rvalue?