Answer Posted / maddy
i am very good hardworker i can work for a company at any
situation so ican put my maximum effort to work in ur
company
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is sizeof return in c?
What are global variables?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Define Array of pointers.
What does *p++ do?
Is c# a good language?
How do I round numbers?
What are header files why are they important?
Write a program to use switch statement.
How can you determine the maximum value that a numeric variable can hold?
What are the uses of a pointer?
What does typeof return in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Explain what standard functions are available to manipulate strings?