from which concept of 'c', the static member function
of 'c++' has came?
hi send me sample aptitude papers of cts?
Why n++ execute faster than n+1 ?
What is the difference between void main() and int main()?
What are the different types of control structures?
#define f(x) main() { printf("\n%d",f(2+2)); }
How can I recover the file name given an open stream?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is time complexity c?
How can I avoid the abort, retry, fail messages?