Can we able to write a program to get system info without using predefined function which is stored in header file? In C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can we able to write a program to get system info without using predefined function which is stored in header file? In C

I want to get a system info, by using user defined function..... in C With out using predefined function like uname() && system () which is included in its relevant header files..... Is it possible to make it? If yes means, please tell me how can I done it via C - Programming? And also tell me, what concept should i want to learn..... If I want to do this process..... https://code.sololearn.com/cO5Q1p8FcMBZ/?ref=app

31st Oct 2020, 12:26 PM
Yogeshwaran P
Yogeshwaran P - avatar
4 Answers
+ 2
Martin Taylor can you tell me, system info obtaining header files like #include<sys/utsname.h> written in which language? And also tell me.... Predefined function like system () and uname() created or written by which language?
31st Oct 2020, 1:35 PM
Yogeshwaran P
Yogeshwaran P - avatar
+ 2
Martin Taylor thank you very much😊
31st Oct 2020, 1:57 PM
Yogeshwaran P
Yogeshwaran P - avatar
+ 2
Martin Taylor can you tell me what is the use of POSIX? and why it was created? Please tell me.....
1st Nov 2020, 9:10 AM
Yogeshwaran P
Yogeshwaran P - avatar
+ 1
Thank you very much Martin Taylor 😊
1st Nov 2020, 1:46 PM
Yogeshwaran P
Yogeshwaran P - avatar