What is data structure in c programming?


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

Post New Answer

More C Interview Questions

How can a number be converted to a string?

1 Answers  


What is the difference between null pointer and wild pointer?

0 Answers  


What is the difference between static and global variables?

1 Answers  


How can I find the modification date of a file?

0 Answers   Celstream,


What are valid signatures for the Main function?

0 Answers  


what is an inline function?

2 Answers   TCS,


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


What is the correct declaration of main?

0 Answers  


What are the scope of static variables?

0 Answers  


What are high level languages like C and FORTRAN also known as?

0 Answers  


What is the use of the function in c?

0 Answers  


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


Categories