Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen)
What is a stream in c programming?
User define function contain thier own address or not.
Write a program to find factorial of a number using recursive function.
What are header files and explain what are its uses in c programming?
What is the benefit of using const for declaring constants?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
How can you restore a redirected standard stream?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Linked lists -- can you tell me how to check whether a linked list is circular?
Why doesnt this code work?
what does data structure mean?