What are the salient features of c languages?
No Answer is Posted For this Question
Be the First to Post Answer
What is array in c with example?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
what is the difference between getch() and getche()?
What is the purpose of & in scanf?
Why isnt there a numbered, multi-level break statement to break out
WHAT IS INT?
When should you use a type cast?
How can you find the day of the week given the date?
How to print "I Love My India" without using semi colon?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............