How to set file pointer to beginning c?
No Answer is Posted For this Question
Be the First to Post Answer
int far *near * p; means
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Write a program to print numbers from 1 to 100 without using loop in c?
Is c is a middle level language?
write a programme that inputs a number by user and gives its multiplication table.
What is function prototype in c language?
What are the different types of storage classes in C?
Explain how do you determine a file’s attributes?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
What are the features of c languages?
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
What is the difference between fork() and vfork()?