what is used instead of pointers in java than c?
What is a protocol in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
what is the use of ‘auto’ keyword?
What is character set?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Write a C program to fill a rectangle using window scrolling
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
will u give me old quesrion papers for aptitude for L & t info tech?
Write a program to print the prime numbers from 1 to 100?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }