How can I make it pause before closing the program output window?


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

Post New Answer

More C Interview Questions

When should the const modifier be used?

0 Answers  


How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.

0 Answers  


Explain pointer. What are function pointers in C?

0 Answers   HCL,


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


Why void is used in c?

0 Answers  






Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


what type of questions arrive in interview over c programming?

0 Answers  


HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE

3 Answers   Wipro,


What is this pointer in c plus plus?

0 Answers  


What do you mean by scope of a variable in c?

0 Answers  


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

0 Answers  


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

1 Answers  


Categories