what is the diffrenet bettwen HTTP and internet protocol
No Answer is Posted For this Question
Be the First to Post Answer
what does data structure mean?
Why we use int main and void main?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
what type of language is C?
Explain what is the difference between #include and #include 'file' ?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
How can you invoke another program from within a C program?
write a own function to compare two strings with out using stringcomparition function?
What are the different types of endless loops?
What does emoji p mean?
What is the difference between void main and main in c?