What is logical error?
No Answer is Posted For this Question
Be the First to Post Answer
When is an interface "good"?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
In header files whether functions are declared or defined?
Do you know what is the purpose of 'extern' keyword in a function declaration?
what is purpose of fflush(stdin) function
what is a function prototype?
How we can set and clear bit in a byte using macro function?
write a program to generate address labels using structures?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
What is the use of putchar function?
How can I read a binary data file properly?