What is pointer to pointer in c?
What do you understand by normalization of pointers?
Simplify the program segment if X = B then C ← true else C ← false
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What does c mean in standard form?
what is the advantage of software development
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
how to execute a program using if else condition and the output should enter number and the number is odd only...
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
Can a binary search tree be used as an index? If yes, how? Explain
Why clrscr is used in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,