what is the associativity of bitwise OR operator?
What is the function of multilevel pointer in c?
implement general tree using link list
What is the use of the restrict keyword?
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
Why do we use main function?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
show how link list can be used to repersent the following polynomial i) 5x+2
Why cant I open a file by its explicit path?
write program on arrays
what is the difference between unix os and linux os
How many bytes is a struct in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???