What is the function of this pointer?
No Answer is Posted For this Question
Be the First to Post Answer
what is the basis for selection of arrays or pointers as data structure in a program
Place the #include statement must be written in the program?
What are the storage classes in C?
write a function which accept two numbers from main() and interchange them using pointers?
Write a program to check prime number in c programming?
What is the c language function prototype?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
WAP – represent a char in binary format
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
How main function is called in c?
Should I learn data structures in c or python?
What are the different flags in C? And how they are useful? And give example for each in different consequences?