If you know then define #pragma?
No Answer is Posted For this Question
Be the First to Post Answer
What is bss in c?
Can a pointer be null?
How do you write a program which produces its own source code as output?
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.
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is a pointer in c plus plus?
What is file in c language?
Explain enumerated types.
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
What is static and volatile in c?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
Is c easier than java?