Tell us something about keyword 'auto'.
No Answer is Posted For this Question
Be the First to Post Answer
Why is %d used in c?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Three major criteria of scheduling.
what is the associativity of bitwise OR operator?
application attempts to perform an operation?
without using arithmatic operator solve which number is greater??????????
how to capitalise first letter of each word in a given string?
Why c is known as a mother language?
what is the mean of c languages.
How do I use strcmp?
Which header file should you include if you are to develop a function which can accept variable number of arguments?