how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
2 10842write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
1 6170There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
1 5121while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
4 7798how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
3179sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
2 6842Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
2 6108
Is c is a middle level language?
What are qualifiers in c?
Is there a way to jump out of a function or functions?
What are inbuilt functions in c?
swap 2 numbers without using third variable?
How can a process change an environment variable in its caller?
What is structure in c definition?
Without Computer networks, Computers will be half the use. Comment.
What is main function in c?
diff between exptected result and requirement?
Does c have circular shift operators?
What is difference between Structure and Unions?
Do array subscripts always start with zero?
How to Throw some light on the splay trees?
How are strings stored in c?