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)
2346pgm 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)
2 16476Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
4 51879Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
3 6927How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
1 7422write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 10192write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
1 6053write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 16021write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
3831write 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.
2865write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
2843Post New Subex C Interview Questions
Identify the parts of indicator diagram?
what is synchronization ?
What is the difference between the string and stringbuffer classes?
What is the best alternative to excel?
How can we update a specific field in RPG?
Is spark a special attack?
What happens when the data set exceeds available memory?
What are the different functionalities supported by hibernate?
Tell us about spring security.
Expand---------PED
Why django is used in python?
What does break do in loop?
When I click on an excel file to open it, the file opens but an error message is displayed that says a file with that name is already open and that I can not open twofiles open with the same name?
What is File System in Node.js?
How many types of design patterns are there?