What are the functions to open and close file in c language?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between null and nul in c language
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
Is it acceptable to declare/define a variable in a c header?
What is c language and why we use it?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What are the ways to a null pointer can use in c programming language?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
which one low Priority in c? a)=,b)++,c)==,d)+
what is the use of ‘auto’ keyword?
What is the difference between single charater constant and string constant?
Explain do array subscripts always start with zero?
What are reserved words?