Is there anything like an ifdef for typedefs?
No Answer is Posted For this Question
Be the First to Post Answer
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)
Write a program for Overriding.
What are valid operations on pointers?
What is hashing in c?
Why is sizeof () an operator and not a function?
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
What is pointer & why it is used?
Explain pointers in c programming?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain command-line arguments in C.
What is the acronym for ansi?