What are c preprocessors?
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(); }
Given an unsigned integer, find if the number is power of 2?
Explain why C language is procedural?
Which is an example of a structural homology?
write a progam to display the factors of a given number and disply how many prime numbers are there?
name the language for writing c compiler?
How can you find out how much memory is available?
What are the two types of structure?
Explain how can you tell whether two strings are the same?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
How can you tell whether a program was compiled using c versus c++?
is forign key will be unique key any table or not?