Here is a neat trick for checking whether two strings are equal
No Answer is Posted For this Question
Be the First to Post Answer
Is javascript written in c?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
Which type of language is c?
please give code for this 1 2 4 7 11 16
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain what is the advantage of a random access file?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Explain how can I make sure that my program is the only one accessing a file?
What is page thrashing?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
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 total number of disk writes by MySQL