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 3873actually 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 6287Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
3 8290
Explain what are the standard predefined macros?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Why is event driven programming or procedural programming, better within specific scenario?
What is difference between constant pointer and constant variable?
What are loops in c?
What is the difference between the = symbol and == symbol?
What does nil mean in c?
What does c mean before a date?
Write a program to check prime number in c programming?
Where define directive used?
What is double pointer in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
How do you define CONSTANT in C?
What are the data types present in c?
What is exit() function?