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 |
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
what is develop in c language
define switch statement?
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
What is a const pointer?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
What is spark map function?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
what is Structural oriented language? give some example of this language.....?