Should I learn data structures in c or python?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
how do you programme Carrier Sense Multiple Access
What is external and internal variables What is dynamic memory allocation what is storage classes in C
Can main () be called recursively?
what are the difference between ANSI C and Let Us c and Turbo C
What is the difference between void main and main in c?
What is an lvalue in c?
what is data structure
What is masking?