What are the application of void data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is NULL pointer?
write a program to check whether a number is Peterson or not.
what is the use of keyword volatile??
What does 3 mean in texting?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Why doesnt long int work?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the use of pragma in embedded c?
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
What is the use of function overloading in C?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
What is c definition?