Why do we use header files in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between declaring a variable by constant keyword and #define ing that variable?
write a progam to display the factors of a given number and disply how many prime numbers are there?
Why is sprintf unsafe?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
What is void c?
Why do we write return 0 in c?
What is Function Pointer? Explain with example?
What are the characteristics of arrays in c?
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
HOW TO SWAP TWO NOS IN ONE STEP?