What are the two types of structure?


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

Post New Answer

More C Interview Questions

What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

2 Answers  


Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?

2 Answers  


How can you restore a redirected standard stream?

0 Answers  


write a c program for greatest of three numbers without using if statment

4 Answers   IBM,


write an algorithm and c program to add two 2x2 matrics

2 Answers  






The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

1 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


What are the standard predefined macros?

0 Answers  


code for bubble sort?

1 Answers  


Categories