What are local variables c?
No Answer is Posted For this Question
Be the First to Post Answer
When is the “void” keyword used in a function?
How to implement call back functions ?
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.
Explain a file operation in C with an example.
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
write function to reverse char array ... without using second array
What is typeof in c?
What are valid operations on pointers?
What is string function c?
write a programe returns the number of times the character appears in the string
Why doesn't C have nested functions?
What is #line?