When should we use pointers in a c program?
No Answer is Posted For this Question
Be the First to Post Answer
What is exit() function?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
What is array in c with example?
What is linear search?
Stimulate calculator using Switch-case-default statement for two numbers
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What are the various topologies? Which one is the most secure?
What is the purpose of realloc()?
write a C program to print the program itself ?!
Why can arithmetic operations not be performed on void pointers?
write a program that will print %d in the output screen??
How to write a program to receive an integer & find its octal equivalent by using for loop?