What is the difference between formatted&unformatted i/o functions?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between 123 and 0123 in c?
Difference between for loop and while loop?
What is preprocessor with example?
Can a variable be both const and volatile?
. Explain the differences between fork() and exec() in C
What is the difference between typeof(foo) and myFoo.GetType()?
What are the types of assignment statements?
What is a union?
i want to know aptitude questions,technical questions
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
write a programme to convert temperature from farenheit to celcius?