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
how can i sort numbers from ascending order and descending order using turbo c..
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
Is main a keyword in c?
Why header file is used in c?
Explain how do you search data in a data file using random access method?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
What is call by reference in functions?
How can I read data from data files with particular formats?
write a program to remove occurrences the word from entered text?
write a program to print %d ?