number of times a digit is present in a number
No Answer is Posted For this Question
Be the First to Post Answer
In C language, a variable name cannot contain?
define c
LOGIC OF Bodmas?
Why use int main instead of void main?
What is nested structure in c?
what is memory leak?
What is the use of keyword VOLATILE in C?
what will be the output for the following main() { printf("hi" "hello"); }
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
what are brk, sbrk?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
How can I remove the trailing spaces from a string?