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 3877actually 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 6291Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
3 8295
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is meant by int main ()?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What does typeof return in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What does *p++ do? What does it point to?
Write a program to print ASCII code for a given digit.
What is identifier in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is malloc() function?
Explain what is meant by high-order and low-order bytes?
What is 2 d array in c?
What is the difference between single charater constant and string constant?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3