What is the value of a[3] if integer a[] = {5,4,3,2,1}?
No Answer is Posted For this Question
Be the First to Post Answer
where do we use volatile keyword?
What are the benefits of organizational structure?
what is Structural oriented language? give some example of this language.....?
In a switch statement, what will happen if a break statement is omitted?
the question is that what you have been doing all these periods (one year gap)
how to find out the reverse number of a digit if it is input through the keyboard?
how to swap 2 numbers in a single statement?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
What does a pointer variable always consist of?
how to add two numbers without using arithmetic operators?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }