x
Search for:
Learn Programming Languages
Main menu
Skip to content
Home
Categories
Arrays
Assembly
C Language
Area Programs
Array
1-D Array
2-D Array
File Handling
Function
Graphics
If-Else
Logical Programs
Loops
Do-While Loops
For Loops
Nested For Loops
Nested Loops
Mathematical Programs in C.
Mathematical Programs.
Simple Programs.
C++
D.S Programs
New
OOP(C++)
Overloading
Ques & Ans
About Us
Contact Us
Category Archives:
C++
C++
Pointers
Use pointer to const to display an array of constant values of type double
Pointers
Take an int array of size 5 with different integer values. Now refer the pointer to array and then use increment and decrement operators on pointer to display contents of array ?
Pointers
Take an int array of size 5 with different integer values. Now refer the pointer to array and then take the address of each element of array and then display the content of that element through pointer ?
New
,
Pointers
Take an int array of size 5 with different integer values. Now refer the pointer to array and then use pointer to display contents of array (in a loop, using array notation)
Pointers
Take an int array of size 5 with different integer values. Now refer the pointer to array and then use pointer to display contents of array (in a loop, using array notation) ?
Pointers
Take input in three integers and write a swapping function for ‘a’, ‘b’ and ‘c’. Use pointers to swap the values. Resultant ‘a’ should print the value of ‘b’, and ‘b’ prints the value of ‘c’, and ‘c’ prints the value of ‘a’.?
Array Pointers
Write a program that dynamically allocates an array large enough to hold a userdefined number of test scores. Once all the scores are entered, the array should be passed to a function that sorts them in ascending order. Another function should be called that calculates the average score. The program should display the sorted list of scores and averages with appropriate headings. Use pointer notation rather than array notation whenever possible ?
1-D Array
Write a program that uses binary search to find out index of a number in an array .
1-D Array
Write a program that uses bubble sorting to sort array is ascending order .
1-D Array
,
Arrays
Write a program that uses selection sorting to sort an array in ascending order.
Page 2 of 3
1
2
3