What are the types of unary operators?
No Answer is Posted For this Question
Be the First to Post Answer
How can you convert integers to binary or hexadecimal?
a simple program in c language
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Explain what are multibyte characters?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
When would you use a pointer to a function?
Define function pointers?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
Explain the use of function toupper() with and example code?
What are the applications of c language?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
How do you do dynamic memory allocation in C applications?