What is the difference between c and python?
What is a pointer in c?
write a c program to find the sum of five entered numbers using an array named number
Why doesnt that code work?
How will you divide two numbers in a MACRO?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Explain how can you tell whether a program was compiled using c versus c++?
Explain what is the difference between far and near ?
application attempts to perform an operation?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Explain what is wrong with this program statement? Void = 10;
How can you print HELLO WORLD without using "semicolon"?