Answer Posted / visitor
I think we must use nested for loop, with gotoxy function in
it. But i don't know how to apply this theory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain void pointer?
What is c variable?
Define Array of pointers.
What does 1f stand for?
How can you determine the size of an allocated portion of memory?
What is the use of a static variable in c?
Write a c program to demonstrate character and string constants?
how do you programme Carrier Sense Multiple Access
I need previous papers of CSC.......plz help out by posting them.......
Under what circumstances does a name clash occur?
Why we use stdio h 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
What is property type c?
Is null always defined as 0(zero)?
What is binary tree in c?