what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
No Answer is Posted For this Question
Be the First to Post Answer
how the compiler treats any volatile variable?Explain with example.
What is a constant?
What is the concatenation operator?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Can a binary search tree be used as an index? If yes, how? Explain
Why is c known as a mother language?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
How is a two dimensional array passed to function when the order of matrix is not known at complie time?