can we have joblib in a proc ?
Explain what is the benefit of using const for declaring constants?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
how can i print "hello"
Is c# a good language?
what does exit() do?
how do you execute a c program in unix.
how to find the sizof of any datatype using bit manipulations
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
Dear Sir, we are required the bubble sorting programs Regs Prem
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
write a c program to find biggest of 3 number without relational operator?