program to get the remainder and quotant of given two
numbers with out using % and / operators?
Answer Posted / blag
#include<tsaka.h>
#include<iro.h>
main saging()
{
rarw;
getch();
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does the c preprocessor do?
What does %c do in c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What is a char in c?
What is difference between arrays and pointers?
Describe wild pointers in c?
What is nested structure?
What is dynamic memory allocation?
What is malloc and calloc?
What does c value mean?
What is a pragma?
Explain how can I prevent another program from modifying part of a file that I am modifying?
The statement, int(*x[]) () what does in indicate?
Write a program to check whether a number is prime or not using c?
Explain what are compound statements?