How arrays can be passed to a user defined function
No Answer is Posted For this Question
Be the First to Post Answer
how to use enum datatype?Please explain me?
I have a varargs function which accepts a float parameter?
What happens if header file is included twice?
How is = symbol different from == symbol in c programming?
Explain bit masking in c?
What is sizeof int in c?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is the difference b/w main() in C language and main() in C++.
What is const volatile variable in c?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
what is a NULL pointer?