main()
{
printf("hello");
fork();
}
explain what is an endless loop?
why wipro wase
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
List the difference between a While & Do While loops?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Write code for finding depth of tree
Can we add pointers together?
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 ctrl c called?
What is function what are the types of function?
What is memmove?
what is the diff b/w static and non static variables in C. Give some examples plz.