Answer Posted / guest
Mar-java and Mit-java
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
how to build a exercise findig min number of e heap with list imlemented?
hi send me sample aptitude papers of cts?
How do you search data in a data file using random access method?
What is difference between class and structure?
Explain what is output redirection?
Explain 'bit masking'?
Is c weakly typed?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is string concatenation in c?
How do I send escape sequences to control a terminal or other device?
What is include directive in c?
What are the keywords in c?
What are the 5 types of inheritance in c ++?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
How variables are declared in c?