Explain how do you determine a file’s attributes?
No Answer is Posted For this Question
Be the First to Post Answer
what is the role you expect in software industry?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Can you please explain the scope of static variables?
compare array with pointer?
What is int main () in c?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
write a program to display numbers from 1 to 10 and 10 to 1?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
void main() { int a=1; while(a++<=1) while(a++<=2); }
what is the output of printf("%d",(scanf("%d",10));
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
What is a program flowchart?