Questions without answers in Projects

0 0 votes
0 0 answers
1.4k
1.4k views
%{ #include<stdio.h int vowels=0; int cons=0;%}%%[aeiouAEIOU] {vowels++;}[a-zA-Z] {cons++;}%%int yywrap(){return 1;}int main( ){ printf("Enter the string..at end...
0 0 votes
0 0 answers
1.1k
1.1k views
(c) The following are some assembly language instructions of a hypothetical CPU. The instructions are written to find the remainder when 16 is divided by 7 and store the ...
2 2 votes
0 0 answers
799
799 views
Could anyone help me with me image processing topic as I have done my Btech project in noise reduction in images but I have tried only those filters which are already exi...
To see more, click for the full list of questions or popular tags.