Are pointers integer?
No Answer is Posted For this Question
Be the First to Post Answer
Where define directive used?
Diff between for loop and while loop?
What is a char c?
What is wrong in this statement?
What is the data segment that is followed by c?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
Explain how are 16- and 32-bit numbers stored?
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
why arithmetic operation can’t be performed on a void pointer?
what is the difference between postfix and prefix unary increment operators?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
how to find sum of digits in C?