Can you define which header file to include at compile time?
No Answer is Posted For this Question
Be the First to Post Answer
How can you tell whether a program was compiled using c versus c++?
1. Write a program to reverse every second word in a given sentence.
What is the purpose of 'register' keyword in c language?
User define function contain thier own address or not.
How can I write a function analogous to scanf?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
What is bubble sort in c?
Explain what header files do I need in order to define the standard library functions I use?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
What are the 4 data types?
1 232 34543 4567654 can anyone tell me how to slove this c question