What is volatile variable how do you declare it?
No Answer is Posted For this Question
Be the First to Post Answer
What is an example of enumeration?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
List some applications of c programming language?
What is the difference between text and binary modes?
what is the difference between exit() and _exit() functions?
Explain what is the difference between functions abs() and fabs()?
Explain how can you restore a redirected standard stream?
What are valid signatures for the Main function?
What is void main () in c?