What does #pragma once mean?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
How many types of errors are there in c language? Explain
What is array of structure in c programming?
What does volatile do?
a simple c program using 'for' loop to display the output 5 4 3 2 1
give one ip, find out which contry
i want to know aptitude questions,technical questions
What is a const pointer, and how does it differ from a pointer to a const?
Given an unsigned integer, find if the number is power of 2?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
What are the advantages and disadvantages of c language?
What is the easiest sorting method to use?