What is a nested loop?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS LOW LEVEL LANGUAGE?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
Explain the use of function toupper() with and example code?
What is a 'null pointer assignment' error?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is property type c?
Differentiate abs() function from fabs() function.
What is a far pointer in c?