What is meant by preprocessor in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is structure important for a child?
Whether there can be main inside another main?If so how does it work?
What is structure and union in c?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
Why do we need volatile in c?
What should be keep precautions while using the recursion method?
Why do we use & in c?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;