What is wrong with this program statement?


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

Post New Answer

More C Interview Questions

What is the difference between procedural and functional programming?

0 Answers  


What is wild pointer in c with example?

0 Answers  


to find out the reverse digit of a given number

6 Answers   Infosys, Microsoft, TCS, Wipro,


How can I generate floating-point random numbers?

0 Answers  


How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  






What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }

3 Answers  


what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


Why is sizeof () an operator and not a function?

0 Answers  


What are the advantages and disadvantages of c language?

0 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


How do I copy files?

0 Answers  


what is bitwise operator?

1 Answers   IBM,


Categories