what is the syallabus of computer science students in group-
1?
No Answer is Posted For this Question
Be the First to Post Answer
How can I do serial ("comm") port I/O?
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
what about "char *(*(*a[])())();"
What is merge sort in c?
diff. between *p and **p
What is #include stdio h?
What are dangling pointers in c?
What is function in c with example?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
How can I find out how much free space is available on disk?
write a program which will count occurance of a day between two dates.
Is c is a low level language?