What is ponter?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between far and near ?
explain what is an endless loop?
What is the difference between int and float?
What are run-time errors?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
How was c created?
Explain what is meant by 'bit masking'?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
When do we get logical errors?
Explain how are 16- and 32-bit numbers stored?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
Explain what is the difference between null and nul?