What are the 3 types of structures?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
What is main function in c?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
I need a sort of an approximate strcmp routine?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
What does %d do in c?
Explain modulus operator. What are the restrictions of a modulus operator?
How can I increase the allowable number of simultaneously open files?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
How to write a program to receive an integer & find its octal equivalent by using for loop?
formula to convert 2500mmh2o into m3/hr
When should volatile modifier be used?