What is the use of putchar function?


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

Post New Answer

More C Interview Questions

Explain what is the benefit of using const for declaring constants?

0 Answers  


c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


What are pointers really good for, anyway?

0 Answers  


What are the differences between new and malloc in C?

0 Answers   Amazon,


Suggesting that there can be 62 seconds in a minute?

0 Answers  






What is the heap in c?

0 Answers  


What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 Answers   CTS, Oracle,


What do you mean by c?

0 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,


please give code for this 1 2 4 7 11 16

11 Answers   Intel, Wipro,


What is the difference between exit() and _exit() function in c?

0 Answers  


Categories