Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen)
Explain the properties of union.
What is ambagious result in C? explain with an example.
What is c mainly used for?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
errors in computer programmes are called
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
What are the different file extensions involved when programming in C?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
C program to find frequency of each character in a text file?
how to use showbits function?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
What is #define?