There seem to be a few missing operators ..
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)
Is javascript written in c?
what are enumerations in C
Can you think of a logic behind the game minesweeper.
what is the use of macro program
Should a function contain a return statement if it does not return a value?
What is the proper way of these job Tell me about there full work
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
C program to find all possible outcomes of a dice?
how the compiler treats any volatile variable?Explain with example.
What is putchar() function?
What is the difference between char array and char pointer?