Explain the bubble sort algorithm.
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)
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Write a program to show the workingof auto variable.
what is the defrenece between structure and union
Why do we use static in c?
What are c identifiers?
can any one provide me the notes of data structure for ignou cs-62 paper
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
give an example of type casting by a simple c program
Lists the benefits of c programming language?
void main() { int i=5; printf("%d",i+++++i); }
Write a small C program to determine whether a machine's type is little-endian or big-endian.