what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / uma
error. you cant get the answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
while initialization of array why we use a[][2] why not a[2][]...?
What is a lookup table in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How can you draw circles in C?
what is a constant pointer in C
What is c basic?
what are the different storage classes in c?
main() { printf("hello"); fork(); }
What is function what are the types of function?
Is c programming hard?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Why we use conio h in c?
What are the loops in c?
Write a program to print fibonacci series using recursion?