Which one would you prefer - a macro or a function?
input any 4 digit number and find the difference of all the digits?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
WHAT IS MEANT BY LIFE?
write a c program to find the sum of five entered numbers using an array named number
Write a program to generate prime factors of a given integer?
What is the g value paradox?
What are qualifiers?
Define Spanning-Tree Protocol (STP)
Write the control statements in C language
What is difference between far and near pointers?
Can u return two values using return keyword? If yes, how? If no, why?
What are the types of c language?