in which language c language is written?
Answers were Sorted based on User's Feedback
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
Why preprocessor should come before source code?
What are the different data types in C?
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
I heard that you have to include stdio.h before calling printf. Why?
What is sizeof in c?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
What is c method?
all c language question
how to sort two array of characters and make a new array of characters.
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
Process by which one bit pattern in to another by bit wise operation is?