What would be an example of a structure analogous to structure c?
No Answer is Posted For this Question
Be the First to Post Answer
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
what is meant by flushll() in c programming?
What do you understand by friend-functions? How are they used?
why we wont use '&' sing in aceesing the string using scanf
Is c a great language, or what?
biggest of two no's with out using if condition statement
What are the types of data types and explain?
Explain about the constants which help in debugging?
Is anything faster than c?
What are the ways to a null pointer can use in c programming language?
What are the data types present in c?
What is the use of header?