differentiate built-in functions and user – defined functions.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what will the preprocessor do for a program?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Is python a c language?
What is f'n in math?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Whether there can be main inside another main?If so how does it work?
Write a program for deleting duplicate elements in an array
What are the 5 elements of structure?
What are the Advantages of using macro
What is ## preprocessor operator in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*