0001010010100000?
Hopefully I'm right
The answer is a. 20xx
when you enter a 2 digit year that is less than 30, excel will assume that it's a 20th century and changes the year to 20xx. To change how excel interpret this, you should select 'assume the 21st century for 2 digit years before' check box
Answer:
#include<stdio.h>
#include<string.h>
int main(){
char str[20];
int i=0;
printf("Enter a name: ");
gets(str);
printf("%c",*str);
while(str[i]!='\0'){
if(str[i]==' '){
i++;
printf("%c",*(str+i));
}
i++;
}
return 0;
}
Explanation:
Get a better processor? What do you want to get faster is it everythibg or is there a specific part?