What happens if a header file is included twice?
No Answer is Posted For this Question
Be the First to Post Answer
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
Explain function pointer with exapmles.
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is volatile variable in c?
how to find the kth smallest element in the given list of array elemnts.
What is the explanation for cyclic nature of data types in c?
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
Explain what is the difference between text files and binary files?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
What is #include conio h?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.