Are pointers integers in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I invoke another program or command and trap its output?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
why program counter is 16 bit?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
Explain bit masking in c?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What are dangling pointers?
find largest element in array w/o using sorting techniques.
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
What does void main () mean?
marge linklist