What is the acronym for ansi?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 Answers   Infosys,


What are the string functions? List some string functions available in c.

0 Answers  


In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?

5 Answers  


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

0 Answers  


What does static mean in c?

1 Answers  






Write a program to print the prime numbers from 1 to 100?

7 Answers  


What are header files in c?

0 Answers  


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

1 Answers  


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


Categories