what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / siraj
0
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
If null and 0 are equivalent as null pointer constants, which should I use?
What is c language in simple words?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Define macros.
What is extern keyword in c?
When can you use a pointer with a function?
Explain about the functions strcat() and strcmp()?
Can math operations be performed on a void pointer?
When was c language developed?
What are the types of assignment statements?
what is stack , heap ,code segment,and data segment
What is uint8 in c?
What is meant by preprocessor in c?
what is a constant pointer in C
What is logical error?