What is c definition?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointers in c with example?
who developed c and why he developed c?
Write a Program to find whether the given number or string is palindrome.
What is infinite loop?
What is chain pointer in c?
What is #define?
How do you determine whether to use a stream function or a low-level function?
to get a line of text and count the number of vowels in it
difference between Low, Middle, High Level languages in c ?
what is op? for(c=0;c=1000;c++) printf("%c",c);
Where static variables are stored in memory in c?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }