What is the difference between typedef struct and struct?


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

Post New Answer

More C Interview Questions

Is c++ based on c?

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  


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


Is it better to use a macro or a function?

0 Answers  


C program to read the integer and calculate sum and average using single dimensional array

0 Answers  






program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 Answers   Infosys,


How to reverse a linked list

1 Answers   Aricent, Fidelity, IBM, TCS,


value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


How can I change the size of the dynamically allocated array?

0 Answers  


Can we change the value of constant variable in c?

0 Answers  


how to execute with out main in cprogram

15 Answers   Infosys,


Categories