Where does the name "C" come from, anyway?
No Answer is Posted For this Question
Be the First to Post Answer
What are volatile variables?
What is multidimensional arrays
What is the meaning When we write "#include" what is # and what does include does there???
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
What is the use of getchar functions?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?
What is the newline escape sequence?
What is macro?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is the memory allocated by the following definition ? int (*x)();
What is that continue statement??