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
Where does the name "C" come from, anyway?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is the difference between text and binary i/o?
What is the difference between text and binary modes?
How important is structure in life?
cavium networks written test pattern ..
How are strings stored in c?
write a program to print largest number of each row of a 2D array
Why pointers are used?
Define Spanning-Tree Protocol (STP)
What does c value mean?
How can I convert a number to a string?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
Can we declare variables anywhere in c?
Who is the founder of c language?