Is that possible to add pointers to each other?
No Answer is Posted For this Question
Be the First to Post Answer
State two uses of pointers in C?
how to use enum datatype?Please explain me?
What math functions are available for integers? For floating point?
Difference between for loop and while loop?
Explain #pragma statements.
What is the difference between text files and binary files?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What are the storage classes in C?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
How do you define structure?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?