What is chain pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What functions are in conio h?
Which type of language is c?
a simple program in c language
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
What is masking?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
write a program to insert an element at the specified position in the given array in c language
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
array of pointer pointer to array pointer to pointer
compare array with pointer?
What is the difference between c and python?