How do you construct an increment statement or decrement statement in C?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is null pointer in c?
what is the most appropriate way to write a multi-statement macro?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
What is getch?
Describe wild pointers in c?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
a program that can input number of records and can view it again the record
please send me the code for multiplying sparse matrix using c
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7