What is the use of
in c?
No Answer is Posted For this Question
Be the First to Post Answer
How are strings stored in c?
How to draw the flowchart for structure programs?
Where local variables are stored in c?
write the program to find multiplication of 2-D matrix??????????
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
How would you obtain the current time and difference between two times?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
which is the best antivirus and how to update it
Can u return two values using return keyword? If yes, how? If no, why?
Can you please explain the scope of static variables?
What is the scope of static variables?
Do character constants represent numerical values?