What is ambagious result in C? explain with an example.
No Answer is Posted For this Question
Be the First to Post Answer
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
What is selection sort in c?
What does d mean?
c program to print a name without using semicolon
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is the heap?
What is difference between array and structure in c?
What is putchar() function?
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.
What does do in c?
What is the explanation for cyclic nature of data types in c?