What is the best way to comment out a section of code that contains comments?
No Answer is Posted For this Question
Be the First to Post Answer
Where register variables are stored in c?
what is the difference between NULL('\0') and 0?
what is a pointer
4 Answers Bank Of America, TCS,
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 floating point constants?
Can we declare a function inside a function in c?
Explain how can I convert a number to a string?
what is pointer?
13 Answers HCL, TCS,
Why is c platform dependent?
Write a Program to accept different goods with the number, price and date of purchase and display them
1 What is a Data Structure?
How to add two numbers without using semicolon n c????