a=10;b= 5;c=3;d=3;
if(a printf(%d %d %d %d a,b,c,d)
else printf("%d %d %d %d a,b,c,d);


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

Post New Answer

More C Interview Questions

what is a void pointer?

2 Answers  


What is the ANSI C Standard?

0 Answers   Celstream,


without using arithmatic operator convert an intger variable x into x+1

3 Answers  


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,






Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers  


Sir i need notes for structure,functions,pointers in c language can you help me please

0 Answers   TCS,


When is an interface "good"?

1 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


print out of string in this format; 1. "rajesh" 2. \n 3. %d

5 Answers   mpower,


what is the main use of c where it can use the c

2 Answers   Infosys,


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  


Categories