How can I copy just a portion of a string?
No Answer is Posted For this Question
Be the First to Post Answer
Explain why c is faster than c++?
What is the use of f in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is meant by high-order and low-order bytes?
What Is The Difference Between Null And Void Pointer?
How can you convert integers to binary or hexadecimal?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is the difference between typedef struct and struct?
Write a C program that reads a series of strings and prints only those ending in "ed"
what is software?
Program to find the absolute value of given integer using Conditional Operators