What is structure in c explain with example?


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

Post New Answer

More C Interview Questions

write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words

5 Answers   Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,


Write a program in c to print * * * * * *******

1 Answers  


write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


What is a struct c#?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


What does *p++ do? What does it point to?

0 Answers  


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


What are the characteristics of arrays in c?

0 Answers  


second highest number in a given set of numbers

3 Answers   TCS,


Find occurence of a character in a sting.

3 Answers   TCS,


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


Categories