Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
No Answer is Posted For this Question
Be the First to Post Answer
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
how to construct a simulator keeping the logical boolean gates in c
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
Describe static function with its usage?
how to add numbers without using arithmetic operators.
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
why we need function pointers?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
Describe how arrays can be passed to a user defined function
how to convert an char array to decimal array
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout