What does the error message "DGROUP exceeds 64K" mean?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that will print %d in the output screen??
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
formula to convert 2500mmh2o into m3/hr
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
How do you write a program which produces its own source code as its output?
how logic is used
Differentiate between full, complete & perfect binary trees.
Why is sprintf unsafe?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
What is assert and when would I use it?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above