How can I avoid the abort, retry, fail messages?
No Answer is Posted For this Question
Be the First to Post Answer
How can you convert integers to binary or hexadecimal?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
How does the assert() function work?
State the difference between x3 and x[3].
write a program to generate 1st n fibonacci prime number
Can stdout be forced to print somewhere other than the screen?
What are the different file extensions involved when programming in C?
When is the “void” keyword used in a function?
how to multiply two number taking input as a string (considering sum and carry )
When should a far pointer be used?
what is the difference between getch() and getche()?