Explain a file operation in C with an example.
No Answer is Posted For this Question
Be the First to Post Answer
write a program that explain #define and # undef directive
what is the difference between. system call and library function?
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Program to trim a given character from a string.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Write a program that receives as input a number omaadel-n-print, four digits.
What is use of pointer?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Are bit fields portable?
How can you allocate arrays or structures bigger than 64K?
In C language what is a 'dangling pointer'?