What are the ways to a null pointer can use in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
what type of language is C?
how to find a 5th bit is set in c program
how many times of error occur in C
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Difference between constant pointer and pointer to a constant.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Explain low-order bytes.
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
What is the difference between Printf(..) and sprint(...) ?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
What are predefined functions in c?