What is sizeof array?
No Answer is Posted For this Question
Be the First to Post Answer
which is an algorithm for sorting in a growing Lexicographic order
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Explain what will the preprocessor do for a program?
What are the parts of c program?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Differentiate call by value and call by reference?
the data type used for unlimited value in c and how to do this program
How do shell structures work?
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
What is the best way to store flag values in a program?
How to explain the final year project as a fresher please answer with sample project