What are the different types of pointers used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
Explain output of printf("Hello World"-'A'+'B'); ?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
wite a programme in c to linear search a data using flag and without using flags?
what is pointer
what does ‘segmentation violation’ mean?
Explain what are binary trees?
What are the uses of null pointers?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
How can you convert integers to binary or hexadecimal?