simulation of a processor
printf("hi is nani");in the above code it is a line of c program which is the input file to my programin that i want to explain as
printf - it is used to print the statement between the quotationslike that my output would be.
( - opening brace
" - quotation mark
) - closing brace
but i am facing the problem at tokenizing the sentence in the line there is no delimiter between 'printf' and '('(opening brace) then how could i do that
thanks in advance waiting for ur replies