What is unsigned int in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is main function so important?
Why do we use main function?
What is wrong with this initialization?
Can an array be an Ivalue?
Can the “if” function be used in comparing strings?
What are linker error?
What does do in c?
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
the data type used for unlimited value in c and how to do this program
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Explain how do you view the path?