A collection of functions,calls,subroutines or other data
a) library
b) header files
c) set of files
d) textfiles
No Answer is Posted For this Question
Be the First to Post Answer
wat s the meaning of (int *)p +4;
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
what is the syallabus of computer science students in group- 1?
How can I direct output to the printer?
write a program to display numbers from 1 to 10 and 10 to 1?
Explain how can you restore a redirected standard stream?
Why cant I open a file by its explicit path?
Explain what is a 'locale'?
If errno contains a nonzero number, is there an error?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
4. main() { int c=- -2; printf("c=%d",c); }
If input is 123 then how to print 100 and 20 and 3 seperately?