What are the functions to open and close the file in c language?
No Answer is Posted For this Question
Be the First to Post Answer
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
Tell me with an example the self-referential structure?
what is ram?
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
Explain how do you print only part of a string?
Explain what header files do I need in order to define the standard library functions I use?
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Explain how can I convert a number to a string?
What is the process to create increment and decrement stamen in c?
What is difference between class and structure?
What is pointers in c?
what is an array