what is ans for this
scanf(%%d",c);



what is ans for this scanf(%%d",c);..

Answer / sivavendra

error

Is This Answer Correct ?    9 Yes 2 No

Post New Answer

More C Interview Questions

Why is c fast?

0 Answers  


Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


Explain what is page thrashing?

0 Answers  


WHAT IS C?

6 Answers  


What does #pragma once mean?

0 Answers   Celstream,






how to reverse string "Hello World" by using pointers only. Without any temp var

1 Answers  


what is the meaning of 'c' language

3 Answers  


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

0 Answers  


write a program structure to find average of given number

1 Answers  


how to copy a string without using c function

5 Answers  


#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


Categories