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
code for replace tabs with equivalent number of blanks
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Does * p ++ increment p or what it points to?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Can you please compare array with pointer?
What language is windows 1.0 written?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How many bytes are occupied by near, far and huge pointers (dos)?
What does *p++ do? What does it point to?
What is the use of typedef in structure in c?
What is #line used for?
What is memcpy() function?
Is it possible to have a function as a parameter in another function?
What is main () in c?
What is the difference between pure virtual function and virtual function?