Is flag a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What is the use of a conditional inclusion statement in C?
What is volatile in c language?
what is the structure?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
what is the hexidecimal number of 4100?
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
how write a addtion of two single dimensional array using of pointer in c language?
What is the difference between call by value and call by reference in c?
What is non linear data structure in c?
What is merge sort in c?
What is a structural principle?