What are the advantage of c language?
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
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is c mainly used for?
What Is The Difference Between Null And Void Pointer?
Write a program in c to replace any vowel in a string with z?
What are identifiers in c?
why we use pointer in c
What's the difference between a linked list and an array?
Famous puzzles which are generally asked by companies during interviews ?
What is d scanf?
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
Why is void main used?