Is it possible to initialize a variable at the time it was declared?
No Answer is Posted For this Question
Be the First to Post Answer
Can a pointer point to null?
Define the scope of static variables.
What is the difference between scanf and fscanf?
Are there constructors in c?
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)
When should I declare a function?
What is the benefit of using #define to declare a constant?
What is the use of static variable in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What are the preprocessors?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
What does != Mean in c?