Can you return null in c?
No Answer is Posted For this Question
Be the First to Post Answer
Does c have enums?
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
how to find the kth smallest element in the given list of array elemnts.
Can variables be declared anywhere in c?
Why do we need a structure?
how to find that no is int or float?
What are the advantages and disadvantages of pointers?
What is the difference between memcpy and memmove?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What is mean by data types in c?
in which language c language is written?