FILE PROGRAMMING
No Answer is Posted For this Question
Be the First to Post Answer
What is the most efficient way to count the number of bits which are set in an integer?
Why n++ execute faster than n+1 ?
What is Memory leakage ?
What is call by value in c?
What is the purpose of ftell?
Write a code on reverse string and its complexity.
how to swap 4 number without using temporary number?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
Table of Sudoku n*n
write a program to check whether a number is Peterson or not.
What is the purpose of & in scanf?
Why is it that not all header files are declared in every C program?