Explain what are its uses in c programming?


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

Post New Answer

More C Interview Questions

what is the height of tree if leaf node is at level 3. please explain

0 Answers  


What is pre-emptive data structure and explain it with example?

0 Answers  


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  


write a program to display reverse of a number using for loop?

14 Answers  


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  






Write a program to implement queue.

0 Answers   Aricent,


Which is more efficient, a switch statement or an if else chain?

0 Answers  


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


what is the difference between i++ and ++i?

5 Answers  


Do string constants represent numerical values?

0 Answers  


how to print this pyramid * * * * * * * * * * * * *

2 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


Categories