which one is highest Priority in c?
a)=,b)+,c)++,d)==
Answers were Sorted based on User's Feedback
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
What is the difference between c &c++?
Explain modulus operator. What are the restrictions of a modulus operator?
What is a const pointer in c?
Why n++ execute faster than n+1 ?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
WHOT IS CHAR?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What is #include stdio h?
What is null pointer in c?
What is the meaning of c in c language?
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack