What is string length in c?
what is the difference between NULL('\0') and 0?
i have a written test for microland please give me test pattern
write a function for strtok()??
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
differnce between do and do while
When should structures be passed by values or by references?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What is equivalent to ++i+++j?
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
What are enums in c?
what is data structure.in linear and non linear data structures which one is better?Explain
printf("%d",(printf("Hello")); What it returns?