What are data types in c language?
No Answer is Posted For this Question
Be the First to Post Answer
explain what are actual arguments?
What is structure packing ?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
who will call your main function in c under linux?
how to find a 5th bit is set in c program
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
Why is c fast?
Why ordinary variable store only one value
What is call by reference in functions?
Which are low level languages?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.