What is the difference between fread and fwrite function?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesn't the code "a[i] = i++;" work?
What does void main return?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
What is the maximum length of an identifier?
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
What does static variable mean in c?
What is #include in c?
Write a c program to demonstrate character and string constants?
What are examples of structures?
When should structures be passed by values or by references?
Write programs for String Reversal & Palindrome check
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?