What is meant by 'bit masking'?
No Answer is Posted For this Question
Be the First to Post Answer
What is d scanf?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What are the preprocessor categories?
How do you search data in a data file using random access method?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Can a variable be both const and volatile?
write a program to rearrange the array such way that all even elements should come first and next come odd
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is n in c?
Is c an object oriented programming language?
c program for searching a student details among 10 student details