What is the size of structure pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program structure to find average of given number
What is the role of this pointer?
What are the different types of control structures in programming?
printf("%d",(printf("Hello")); What it returns?
Explain the difference between the local variable and global variable in c?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is an example of enumeration?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
convert 0.9375 to binary
what is diffrence between string and character array?