Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
write a program to generate 1st n fibonacci prime number
what is the disadvantage of using macros?
WHAT IS HEADER?
What is the explanation for modular programming?
What is the use of linkage in c language?
simple program for virtual function?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
Why cd or dvd are round why not square.
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
How can I implement sets or arrays of bits?
How do I determine whether a character is numeric, alphabetic, and so on?