Tell me is null always defined as 0(zero)?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
Can you please compare array with pointer?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
How can I determine whether a machines byte order is big-endian or little-endian?
Who is the main contributor in designing the c language after dennis ritchie?
Explain goto?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
write a program to copy the string using switch case?
What is an example of structure?
What is array within structure?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
Why preprocessor should come before source code?