write a C and C++ programme to implement the
A,bubble sort
B,quick sort
C,insertion sort
D,sequential search
E,binary search
What is wrong in this statement? scanf(“%d”,whatnumber);
Write a program to generate prime factors of a given integer?
What are the types of macro formats?
If we give two names then this displays the connection between the two people. It is nothing but flames game
What is the significance of an algorithm to C programming?
The difference between printf and fprintf is ?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Write a function that will take in a phone number and output all possible alphabetical combinations
what is the role you expect in software industry?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
how to find anagram without using string functions using only loops in c programming