What is the difference between void main and main in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the heap in c?
Differentiate between new and malloc(), delete and free() ?
What are the different types of pointers used in c language?
How a string is stored in c?
what are brk, sbrk?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
What is c method?
What is c variable?
Write a c program to demonstrate character and string constants?
What is property type c?
why we use pointer in c
Convert the following expression to postfix and prefix (A+B) * (D-C)