Why is #define used?
No Answer is Posted For this Question
Be the First to Post Answer
Why is event driven programming or procedural programming, better within specific scenario?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Determine if a number is a power of 2 at O(1).
What is a substring in c?
Is c weakly typed?
What is that continue statement??
What the advantages of using Unions?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
What is a static function in c?
how to display 2-D array elements in spiral
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
How can you pass an array to a function by value?