What are the functions to open and close the file in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are the concepts introduced in OOPs?
What does sizeof function do?
Can anyone tell what is stack overflow? what precaution we should take?
How can I read data from data files with particular formats?
Why main is used in c?
Write a program of advanced Fibonacci series.
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
what is the use of ‘auto’ keyword?
what are two kinds of java