what is the differnce between programing langauge and tool?
is sas is a programing langauge r tool?
No Answer is Posted For this Question
Be the First to Post Answer
What is an expression?
why we need function pointers?
Explain what is the difference between the expression '++a' and 'a++'?
where does malloc() function get the memory?
Is c++ based on c?
Define function pointers?
what defference between c and c++ ?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Explain what is the difference between null and nul?
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
What is the difference between c &c++?