how 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
No Answer is Posted For this Question
Be the First to Post Answer
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
How can I copy just a portion of a string?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Describe static function with its usage?
Differentiate between full, complete & perfect binary trees.
how c source file in converted to exe file
why do we use # in c-language?
How many levels of pointers have?
to find the program of matrix multiplication using arrays
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
What are the different pointer models in c?