What is the process to generate random numbers in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
will u give me old quesrion papers for aptitude for L & t info tech?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
What is hungarian notation? Is it worthwhile?
Is javascript written in c?
Why calloc is better than malloc?
What does != Mean in c?
How can I read/write structures from/to data files?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
write a program to compare 2 numbers without using logical operators?