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 |
When should a type cast not be used?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
what is the role you expect in software industry?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
Explain how can I remove the trailing spaces from a string?
Explain output of printf("Hello World"-'A'+'B'); ?
What are the different types of data structures in c?
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
Explain pointers in c programming?
What is the difference between a free-standing and a hosted environment?
to convert a string without using decrement operater and string functions
WHAT IS HIGH LEVEL LANGUAGE?