What is the difference between a string and an array?
No Answer is Posted For this Question
Be the First to Post Answer
What is a program flowchart and how does it help in writing a program?
What does void main () mean?
write a program to find the frequency of a number
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
Is there a way to jump out of a function or functions?
YBJBU6
What are bit fields? What is their use?
Explain following declaration int *P(void); and int (*p)(char *a);
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Why is c still so popular?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
with out using main how to execute the program?