Explain how do you view the path?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to store and print name,address,roll.no of a student using structures?
What is 2c dna?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is %g in c?
swap two integer variables without using a third temporary variable?
WHAT IS MEANT BY LIFE?
Is there a way to compare two structure variables?
Why is C language being considered a middle level language?
char p="data"; printf(p);
study the code: #include<stdio.h> void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above
what is the diffrenet bettwen HTTP and internet protocol