write a program to count the number the same (letter/character foreg: 's') in a given sentence.
2 7458Write a C function to search a number in the given list of numbers. donot use printf and scanf
5 15928How can u say that a given point is in a triangle? 1. with the co-ordinates of the 3 vertices specified. 2. with only the co-ordinates of the top vertex given.
1 4971You are given any character string. Find the number of sets of vowels that come in the order of aeiou in the given string. For eg., let the given string be DIPLOMATIC. The answer returned must be "The number of sets is 2" and "The sets are "IO and AI". Vowels that form a singleton set must be neglected. Try to post the program executable in gcc or g++ or in java.
3 10108Given n nodes. Find the number of different structural binary trees that can be formed using the nodes.
16 39002programming in c lanugaue programm will errror error with two header file one as stdio.h and other one is conio.h
1 4749
Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.
Design an implement of the inputs functions for event mode
Sir... please give some important coding questions asked by product companies..
why nlogn is the lower limit of any sort algorithm?
Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines
Write a routine to implement the polymarker function
how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??
What is full form of PEPSI
What is data _null_? ,Explain with code when u need to use it in data step programming ?
What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.
write a program for area of circumference of shapes
How can you relate the function with the structure? Explain with an appropriate example.