Answer Posted / ganesh
software is a collection of
programs or instruction that are
used to some purpose.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Who invented b language?
What does & mean in scanf?
What is the best style for code layout in c?
how to introdu5ce my self in serco
What is const keyword in c?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What are the 3 types of structures?
what will be maximum number of comparisons when number of elements are given?
What is the difference between array and pointer in c?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
When would you use a pointer to a function?
What is pass by reference in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Why we write conio h in c?
I have a varargs function which accepts a float parameter?