What is structure in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


What is use of #include in c?

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


print 1-50 with two loop & two print Statement

2 Answers  






explain what is a newline escape sequence?

0 Answers  


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


what is printf

5 Answers   MVSR, Satyam,


whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


What is the difference between text and binary modes?

0 Answers  


Write a program to check armstrong number in c?

0 Answers  


What is the advantage of a random access file?

0 Answers  


Categories