Define Spanning-Tree Protocol (STP)
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between pure virtual function and virtual function?
Why we use int main and void main?
What is clrscr ()?
what is event driven software and what is procedural driven software?
what are the different storage classes in c?
What is an operator?
what is the disadvantage of using macros?
What is the use of sizeof?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
Which is better pointer or array?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
What is the right type to use for boolean values in c? Is there a standard type?