Can a pointer be volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does return 1 means in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Why c is called a mid level programming language?
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
What is the size of empty structure in c?
how to reverse string "Hello World" by using pointers only. Without any temp var
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What is variable declaration and definition in c?
What is methods in c?
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
What is merge sort in c?
Can we replace the struct function in tree syntax with a union?