What is data structure in c and its types?
What is difference between structure and union in c?
What is uint8 in c?
What is the difference between fork() and vfork()?
What is pointers in c?
How can I implement sets or arrays of bits?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
What is data structure in c programming?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
Why doesnt the call scanf work?
what is ans for this scanf(%%d",c);
no consistent academics. how to answer the question
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.