Why should I prototype a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is diffrance between declaration and defination of a variable or function
write a c program to store and print name,address,roll.no of a student using structures?
Will Macros support multiple arguments ?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
What are types of structure?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
Why do we use null pointer?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
what are the stoge class in C and tel the scope and life time of it?
How a string is stored in c?
Is main is user defined function?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }