Define Spanning-Tree Protocol (STP)
No Answer is Posted For this Question
Be the First to Post Answer
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
What does void main return?
program to find the ASCII value of a number
Explain what is a pragma?
Write a program to print fibonacci series without using recursion?
Do you know the use of 'auto' keyword?
what will be maximum number of comparisons when number of elements are given?
can we execute the program with the object file
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
Is main is a keyword in c?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
what is the difference between #include<> and #include”…”?