Please send me WIPRO technical question to my mail ID.. its
nisha_g28@yahoo.com please its urgent
No Answer is Posted For this Question
Be the First to Post Answer
what is output of the following statetment?Printf(“%x”, -1<<4); ?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
what is the advantage of software development
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What are data types in c language?
Explain modulus operator.
Explain low-order bytes.
how to capitalise first letter of each word in a given string?
what is a function method?give example?
Is exit(status) truly equivalent to returning the same status from main?