What is a pointer in c plus plus?
What is typedf?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
WHAT IS MEANT BY LIFE?
plz answer..... a program that reads non-negative integer and computes and prints its factorial
char p="data"; printf(p);
What is action and transformation in spark?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
Why is c used in embedded systems?
Why is main function so important?
what is recursion in C
Which of these functions is safer to use : fgets(), gets()? Why?