Are pointers integer?
No Answer is Posted For this Question
Be the First to Post Answer
write a programming in c language, 1 3 5 7 9 11
What is the difference between volatile and const volatile?
Why & is used in c?
Explain Linker and Loader
declare afunction pointer to int printf(char *)?
What should not contain a header file?
main() { int a[10]; printf("%d",*a+1-*a+3); }
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
What is structure in c language?
Difference between strcpy() and memcpy() function?
What is the relation between # and include<stdio.h>
What is the meaning of typedef struct in c?