What is a null string in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is stack , heap ,code segment,and data segment
can we declare a function in side the structure?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
how to implement stack work as a queue?
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
What is the difference between exit() and _exit()?
which type of question asked from c / c++ in interview.
i have a written test for microland please give me test pattern
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What are the advantages of external class?
What is a pointer in c?