Why do we need a structure?


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

Post New Answer

More C Interview Questions

Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

0 Answers   TCS,


1. Write a program to reverse every second word in a given sentence.

1 Answers  


coding for Fibonacci.?

1 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


What are header files and explain what are its uses in c programming?

0 Answers  






dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?

4 Answers  


Write down the program to sort the array.

4 Answers   Impiger,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


Explain the difference between malloc() and calloc() in c?

0 Answers  


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


What is the purpose of sprintf?

0 Answers  


What is sorting in c plus plus?

0 Answers  


Categories