What are qualifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by operator precedence?
How can you tell whether a program was compiled using c versus c++?
what is bit rate & baud rate? plz give wave forms
What is pass by value in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is extern c used for?
What is difference between union and structure in c?
how to use virual function in real time example
Which type of language is c?
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
Do you have any idea about the use of "auto" keyword?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.