Can you subtract pointers from each other? Why would you?
No Answer is Posted For this Question
Be the First to Post Answer
What are qualifiers and modifiers c?
What are the difference between a free-standing and a hosted environment?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
Define and explain about ! Operator?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
Why we use stdio h in c?
What are dangling pointers in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
char ch="{'H','I',0};printf("%s",ch);what is output
write a program to generate 1st n fibonacci prime number
Where in memory are my variables stored?
Where is volatile variable stored?