What is pointer and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What are global variables and how do you declare them?
write a function which accept two numbers from main() and interchange them using pointers?
change to postfix a/(b+c*d-e)
What is pointer to pointer in c?
How do you write a program which produces its own source code as output?
What are the loops in c?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
What is the purpose of #pragma directives in C?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What are the 32 keywords in c?
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4