What is printf () in c?
No Answer is Posted For this Question
Be the First to Post Answer
main is a predefined or user define function if user defined why? if predefined whay?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
How to write a multi-statement macro?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
write a program which will count occurance of a day between two dates.
Write a C program in Fibonacci series.
What does #pragma once mean?
What is difference between Structure and Unions?
What is malloc return c?
write a program structure to find average of given number
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
List some of the static data structures in C?