Explain modulus operator.
No Answer is Posted For this Question
Be the First to Post Answer
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Explain how do you search data in a data file using random access method?
Where are c variables stored in memory?
How many keywords are there in c?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
Why do we use stdio h and conio h?
c programming of binary addition of two binary numbers
a c code by using memory allocation for add ,multiply of sprase matrixes
How do you use a pointer to a function?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
What is switch in c?
What are the applications of c language?