State the difference between x3 and x[3].


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

Post New Answer

More C Interview Questions

Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?

2 Answers  


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


What are the different types of errors?

0 Answers  


How can I make sure that my program is the only one accessing a file?

0 Answers  






Write a c program using for loop in switch case?

1 Answers   Infosys,


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


Explain how does flowchart help in writing a program?

0 Answers  


write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


What is c standard library?

0 Answers  


Categories