What is #pragma statements?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is preprocessor with example?

0 Answers  


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?

4 Answers  


main difference between c and c++ language

1 Answers  


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  






Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

2 Answers   HCL, IBM, Satyam, Vimal, Vimukti Technologies,


What are the uses of null pointers?

0 Answers  


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


What is const volatile variable in c?

0 Answers  


how to print "hai" in c?

13 Answers   TCS,


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


Categories