Small Talk Script
Copy paste the below code in a nodepad file Dim Msg, Speak Msg=InputBox("Type view words here","Speak") Set Speak=CreateObject("sapi.spvoice") Speak.Speak Msg Save this file
Read MoreCopy paste the below code in a nodepad file Dim Msg, Speak Msg=InputBox("Type view words here","Speak") Set Speak=CreateObject("sapi.spvoice") Speak.Speak Msg Save this file
Read MoreHere is the C program to generate India map #include<stdio.h> void main() { int a,b,c; for (b=c=10;a="- FIGURE?, UMKC,XYZHello Folks,\ TFy!QJu ROo TNn(ROo)SLq
Read MoreMany times pen drive gets infected by following files for Windows XP Autorun.inf folder.exe Iexplorer.vbs Bha.vbs nfo.exe New_Folder.exe ravmon.exe RVHost.exe any other files
Read MoreHi friends here is an example to convert number to text For example : 12345678 One Crore Twenty Three Lakh Forty Five Thousand
Read MoreStep 1 : Click on the video. So you can the watch video. Step 2 : Copy the URL from the top. For
Read More#include<stdio.h> #include "shmlib.h" main(){ int *lock1,id,sid1,sid2,*prod_quantity; lock1 = (int *)shared(sizeof(int),&sid1); init_lock(lock1); prod_quantity = (int *)shared(sizeof(int),&sid2); *prod_quantity = 110; id = create_process(1); printf("id %d
Read More#include<stdio.h> #include "shmlib.h" int main(){ in final_sum, *sum0, sum1, id, id1, id2; sum0 = (int*)shared(sizeof(int),&id1); sum1 = (int*)shared(sizeof(int),&id2); id = create_process(1); if(id ==
Read MoreFor this program you must have some knowledge of mutual exclusion and pointers #include<stdio.h> #include "shmlib.h" main(){ int *lock1,id, sid1, sid2, *i, j;
Read More#include<stdio.h> #include "shmlib.h" main(){ int id, n; //id is used for numbering each process, n is used for user to enter total number
Read MoreWrite a program in Lisp to perform roulette wheel selection. (Enter a population of binary strings. Consider fitness value as the number of
Read MoreWrite a program in Lisp to demonstrate that a fuzzy system is a structured Numerical estimator-using example of controlling an inverted pendulum. (Enter
Read More