WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
3 16192what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error
9 11232Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 15675Write 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.
2 11258Post New Infosys C Interview Questions
What is a expression?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
have you ever know what is the meaning of Packed Decimal
What is function (in details) room sensor and tube or coil sensor in HVAC system?
What is meant by forward referencing and when should it be used?
What is the basic deference between goals and objective?
What is the difference between public and global class in apex?
What are the benefits of ms access?
What does the name of sap s/4hana stand for?
What is the transaction code to create advertisements?
Tell me about a few string operations in python?
What is the most difficult assignment that was given to you in workflows and how did you come up with the solution?
Explain the difference between txdatasource and datasource?
How to build data dictionary view an new database?
How can we identify that the Page is Post Back?