Explain the difference between malloc() and calloc() in c?
Write a program to find factorial of a number using recursive function.
How can I do serial ("comm") port I/O?
what is the similarities between. system call and library function?
What are types of functions?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
how to go with this?
write a program wch produces its own source code aas its output?
what is available in C language but not in C++?
10 Answers CTS, TCS,
What is a floating point in c?