Why is c fast?
No Answer is Posted For this Question
Be the First to Post Answer
How are 16- and 32-bit numbers stored?
what is answer for perfect number????????????????
Is fortran still used today?
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
which is faster execution: loops or recursion?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
How can I manipulate individual bits?
Explain what will the preprocessor do for a program?
what is data structure?
What language is windows 1.0 written?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?