what are two categories of clint-server application
development ?
Answer / mayank
There are two categories of clint-server application
development.
1)Applet: client side application
2)Servlet: server side application
| Is This Answer Correct ? | 0 Yes | 1 No |
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
explain what is a newline escape sequence?
c pgm count no of lines , blanks, tabs in a para(File concept)
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
What is a substring in c?
What functions are used in dynamic memory allocation in c?
Explain how do you list files in a directory?
What is c variable?
How to get string length of given string in c?
What are the different properties of variable number of arguments?
What is C++
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?