Explain the use of 'auto' keyword
No Answer is Posted For this Question
Be the First to Post Answer
How do we print only part of a string in c?
What is volatile, register definition in C
How to add two numbers without using semicolon n c????
Can we initialize extern variable in c?
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
What is keyword with example?
write a program to count the no of repaeted words in a line?
How do you use a pointer to a function?
When we use void main and int main?
I heard that you have to include stdio.h before calling printf. Why?
What is derived datatype in c?
Is it possible to create recycle bin in mobiles?