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
What is %d called in c?
Explain how do you use a pointer to a function?
Write a program with dynamically allocation of variable.
what will be the output for the following main() { printf("hi" "hello"); }
How can I prevent another program from modifying part of a file that I am modifying?
What is 1f in c?
Differentiate between the expression “++a” and “a++”?
What do you mean by dynamic memory allocation in c?
What are the 4 types of programming language?
Is int a keyword in c?
Explain main function in c?
Explain what is page thrashing?
Write a code of a general series where the next element is the sum of last k terms.
List out few of the applications that make use of Multilinked Structures?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)