what is a constant pointer in C
No Answer is Posted For this Question
Be the First to Post Answer
Why is it usually a bad idea to use gets()? Suggest a workaround.
Why preprocessor should come before source code?
Program to write some contents into a file using file operations with proper error messages.
Do you have any idea about the use of "auto" keyword?
Why can’t constant values be used to define an array’s initial size?
What is wrong with this program statement?
Why pointers are used?
How does struct work in c?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
can anyone please tell about the nested interrupts?
Explain how do you generate random numbers in c?
what is const volatile?