please can any one suggest me best useful video tutorials on c
i am science graduate.please help me.u can email me to sas29@in.com
No Answer is Posted For this Question
Be the First to Post Answer
What is #line 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.
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
What is actual argument?
How will you write a code for accessing the length of an array without assigning it to another variable?
Can you write the function prototype, definition and mention the other requirements.
Why is c not oop?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
explain what is fifo?
what is c
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.