please give me answer with details
#include
If we give two names then this displays the connection between the two people. It is nothing but flames game
1 3798actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
3 6161Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
3 8172
Can the sizeof operator be used to tell the size of an array passed to a function?
Why does notstrcat(string, "!");Work?
What does return 1 means in c?
What is the need of structure in c?
What is getch() function?
What are reserved words?
Is printf a keyword?
The __________ attribute is used to announce variables based on definitions of columns in a table?
How can I change their mode to binary?
What is the use of function in c?
Write a program to print numbers from 1 to 100 without using loop in c?
Why is c called c not d or e?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
what is the function of pragma directive in c?