What is wrong with this program statement? void = 10;


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

Post New Answer

More C Interview Questions

prototype of sine function.

2 Answers   Cadence,


what is the difference between NULL & NUL keywords in C?

3 Answers  


how to print 2-D array using a single for loop?

2 Answers   Mind Tree, TCS, Value Labs,


What is a sequential access file?

0 Answers  


Explain a pre-processor and its advantages.

0 Answers  






how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


Do you know the use of fflush() function?

0 Answers  


give one ip, find out which contry

4 Answers   Google,


write a c program for greatest of three numbers without using if statment

4 Answers   IBM,


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

0 Answers   Gamesa, Satyam,


Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }

3 Answers   IBM,


What is the difference between malloc() and calloc()?

0 Answers  


Categories