what is the diffrenet bettwen HTTP and internet protocol
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
what do the 'c' and 'v' in argc and argv stand for?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What are the keywords in c?
Can we include one C program into another C program if yes how?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Differentiate b/w Modify and Update commands giving example.
What is hash table in c?
What are the concepts introduced in OOPs?
Why c is faster than c++?
Write the control statements in C language