What is a file descriptor in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is computer
What is scanf_s in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Explain the difference between null pointer and void pointer.
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
find largest element in array w/o using sorting techniques.
Find occurence of a character in a sting.
What is volatile variable in c with example?
i have a written test in tomorrow
how to create duplicate link list using C???
How can I list all of the predefined identifiers?