What is wrong in this statement? scanf(“%d”,whatnumber);


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

Post New Answer

More C Interview Questions

What is a example of a variable?

0 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2 Answers   Cap Gemini, HCL,


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

0 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  






What does the c in ctime mean?

0 Answers  


Explain how are 16- and 32-bit numbers stored?

0 Answers  


What are identifiers in c?

0 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


Write a program to swap two numbers without using the third variable?

0 Answers  


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


what are the stages of compilation

1 Answers   Bosch,


Categories