What are the restrictions of a modulus operator?
No Answer is Posted For this Question
Be the First to Post Answer
Program to find the absolute value of given integer using Conditional Operators
How #define works?
Why do we use null pointer?
Can we declare variables anywhere in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
which is an algorithm for sorting in a growing Lexicographic order
What is wrong with this declaration?
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
program to find the magic square
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?