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 to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Write a program to find the biggest number of three numbers in c?
Program to display given 3 integers in ascending order
Why is c known as a mother language?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
In how much time you will write this c program? Prime nos from 1 to 1000
When should the volatile modifier be used?
How to swap 3 numbers without using 4th variable?
what is the use of ~ in c lang?????
What is the general form of #line preprocessor?