errors in computer programmes are called
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
What is union and structure in c?
What is else if ladder?
What is a method in c?
What is sizeof c?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
What is data type long in c?
simple program of graphics and their output display
How to throw some light on the b tree?
write a program whose output will be- 1 12 123 1234
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised