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.
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
Write a code of a general series where the next element is the sum of last k terms.
What are the 4 types of unions?
Write a program using bitwise operators to invert even bits of a given number.
How can I open files mentioned on the command line, and parse option flags?
simple program for virtual function?
Which is best book for data structures in c?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
what is diff b/w huge & far & near pointer??