Why data types in all programming languages have some range?
Why ritche have disigned first time likethat?Why not a
single data type can support all other types?
#include <stdio.h>
int main ( int argc, char* argv [ ] )
{
int value1 = 10;
int value2 = 5;
printf ( "\n The sum is :%d", value1 | value2 );
}
This is the answer asked by some one to add two numbers
with out using arithmetic operator?Yes this answer is write
it given out put as 15.But how?????
what is need of following line?
int main ( int argc, char* argv [ ] )
how it work?what is the meaning for this line?
please explain me.Advance thanks
What is RAM memory? and What is ROM?Who designed one is
temparary and another is permanent?why they designed like
that?By using far pointer which type data(whether
hexadecimal)we can access?
Write a function stroverlap that takes (at least) two
strings, and concatenates them, but does not duplicate any
overlap. You only need to worry about overlaps between the
end of the first string and the beginning of the second
string.
Examples:
batman, manonthemoon = batmanonthemoon
batmmamaman, mamamanonthemoon = batmmamamanonthemoon
bat, man = batman
batman, batman = batman
batman, menonthemoon = batmanmenonthemoon
136
what r the cpu registers r ther?
110
What is the code for 3 questions and answer check in
VisualBasic.Net?
66
WAP to find that given no is small or capital
31
how to get the starting address of file stored in harddisk
through 'C'program.
75
program to find error in linklist.(i.e find whether any
node point wrongly to previous nodes instead of next node)
can anyone suggest some site name..where i can get some
good data structure puzzles???
162
How do you access command-line arguments?
5
Write a programm such that
if user enter 11.25 it roundup to 11
but if user enter 11.51 upto 11.99 it will round up to 12
i.e.;convert the floting point value into integer format as
explain above..
24
Hai sir,
I had planned to write the NIC scientific engineer exam ,
plz post the sample question......
124
what is the most appropriate way to write a multi-statement
macro?
7
Read N characters in to an array . Use functions to do all
problems and pass the address of array to function.
2. Enter alphanumeric characters and form 2 array alphaets
and digits.Also print the count of each array.
96
what are the facialities provided by you after the
selection of the student.