How can type-insensitive macros be created?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between NULL and NUL?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
State the difference between realloc and free.
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
What is self-referential structure in c programming?
Why we use break in c?
What does dm mean sexually?
What is array of structure in c?
Explain what is the difference between a string and an array?
what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error
What is structure data type in c?
what do you mean by enumeration constant?