1 votes
0 answers
31
1.What is exact difference between order of growth of the function and asymptomatic growth of the functions?Please suggest on above point.
1 votes
1 answer
32
Please suggest on below 2 points .I'm not able to understand those 2 points.Char s[100];1.What is difference between scanf("%s",s) and scanf("%[^\n]s",s)?2.how below two ...
1 votes
1 answer
33
No of token?$a b c d + y{^3}+(2-5+x$ $6/2$$ ;$Please suggest how to count token in this type of questions?
0 votes
2 answers
34
A^n | n>=1In this language 'n' is unbounded so I want to understand why it comes under finite automata as language is infinite.As finite automata has finite memory.Please...
2 votes
1 answer
35
case : 'AB' is it valid to write multiple characters in single quotes?And if valid does ASCII value of a& b gets added and stored as integral constant?Thanks
0 votes
1 answer
36
Float pi = 3.14#define pi 3.14Why constant declaration with define is considered to be fast than above one?Thanks
0 votes
0 answers
37
My doubt is very basic, I want to understand what is the use of signed and unsigned used with integer.?2.what does size of signed int (-128 to 127) signify?3how to big en...
0 votes
1 answer
38
1.How to identify the reachable state in NFA or DFA.
0 votes
1 answer
40
Anyone can please let me know from where to practice questions of each subject other than Go pdf and previous year paper.Thanks