What would be an example of a structure analogous to structure c?


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

Post New Answer

More C Interview Questions

Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


what is the diference between pointer to the function and function to the pointer?

2 Answers   Infosys,


what is the difference between class and unio?

0 Answers   HCL, Wipro,


what is the use of operator ^ in C ? and how it works?

2 Answers  


do you think its fraud or original company?

0 Answers  






Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


the operator for exponencation is a.** b.^ c.% d.not available

5 Answers   TCS,


What are the types of unary operators?

0 Answers  


What is memcpy() function?

0 Answers  


Categories