What is the use of putchar function?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of arrays in c?
When should the volatile modifier be used?
Is sizeof a keyword in c?
How to swap 3 numbers without using 4th variable?
Find greatest number out of 10 number without using loop.
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
Do you know pointer in c?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
Write a program to reverse a given number in c language?
Explain what header files do I need in order to define the standard library functions I use?
What is equivalent to ++i+++j?
Is r written in c?