What are header files in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between the expression “++a” and “a++”?
What is difference between structure and union with example?
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Write a c program to print the sizes and ranges of different data types in c?
What is the difference between text and binary i/o?
write a c program to find the probability of random numbers between 1-1000
write a program to display the array elements in reverse order in c language
difference between Low, Middle, High Level languages in c ?
Explain what header files do I need in order to define the standard library functions I use?
what is the main use of c where it can use the c
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.