What is difference between array and pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 data types?
What are volatile variables?
What is 1f in c?
What is difference between structure and union?
what is difference between #include<stdio.h> and #include"stdio.h"
What is property type c?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
Write a program for Overriding.
What are types of functions?
What is the difference between variable declaration and variable definition in c?
Difference between C and Embedded C?
What is structure packing in c?