What is c basic?
No Answer is Posted For this Question
Be the First to Post Answer
How to declare pointer variables?
Why is C called a middle-level language?
how will you write a program on linked lists using JAVA programming???????????
Explain what is the stack?
What is the best way to comment out a section of code that contains comments?
What are the different types of constants?
what is the meaning of 'c' language
What is property type c?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
What is int main () in c?
Write a simple program to find the size of different basic data types in C.
HOW TO HANDLE EXCEPTIONS IN C