How can I discover how many arguments a function was actually called with?
No Answer is Posted For this Question
Be the First to Post Answer
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
What's wrong with "char *p = malloc(10);" ?
Is an array parameter is always "by reference" ?
write a program to check whether a number is Peterson or not.
what is ANSI and ISO
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
Define the scope of static variables.
difference between ordinary variable and pointer in C?
Is c call by value?
What is the difference between abs() and fabs() functions?
What is a pointer and how it is initialized?
WAP – represent a char in binary format