Explain modulus operator.
No Answer is Posted For this Question
Be the First to Post Answer
Why doesnt that code work?
Find greatest of two numbers using macro
What are signals in C?
When should a type cast not be used?
What do you mean by dynamic memory allocation in c?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
Can we increase size of array in c?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
Explain the use of keyword 'register' with respect to variables.
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value