What is a static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
1 What is a Data Structure?
How are Structure passing and returning implemented by the complier?
whether itis a structured language?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
what is the difference between getch() and getche()?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
What is string function c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?