What do you mean by keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
What is function pointer c?
What is the general form of function in c?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
How would you obtain the current time and difference between two times?
Who is the main contributor in designing the c language after dennis ritchie?
Linked lists -- can you tell me how to check whether a linked list is circular?
How do shell structures work?
what is the use of using linked list and array?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is the time and space complexities of merge sort and when is it preferred over quick sort?