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
Why isn't any of this standardized in c? Any real program has to do some of these things.
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
What is function prototype?
What does 3 mean in texting?
What is a pointer value and address in c?
Why should I use standard library functions instead of writing my own?
Why do we use & in c?
What is the role of && operator in a program code?
Why is malloc used?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
what is memory leak?