What is stack in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is void main used?
how can we Declare a variable in c without defining it.
while initialization of array why we use a[][2] why not a[2][]...?
write a program that explain #define and # undef directive
what is pointer ? what is the use of pointer?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
what is use#in c
What is c programing language?
What is an volatile variable?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
plz answer.. a program that takes a string e.g. "345" and returns integer 345
Why can arithmetic operations not be performed on void pointers?