What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
What is const and volatile in c?
Are enumerations really portable?
where do we use structure pointer?
Who is the founder of c language?
what is self refrential structure
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
Write a C function to search a number in the given list of numbers. donot use printf and scanf
application of static variables in real time
how can f be used for both float and double arguments in printf? Are not they different types?
Tell me the use of bit field in c language?