write a proram to reverse the string using switch case?
Where is volatile variable stored?
Explain how can I open a file so that other programs can update it at the same time?
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
What is a spanning Tree?
How many loops are there in c?
What is cohesion in c?
What will be the output of x++ + ++x?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
Define Array of pointers.
What does %p mean c?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
Why does everyone say not to use gets?