What is the best organizational structure?
No Answer is Posted For this Question
Be the First to Post Answer
Explain why can’t constant values be used to define an array’s initial size?
How can this be legal c?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
Why c is a mother language?
write a program to display all prime numbers
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is null in c?
Explain how can you tell whether a program was compiled using c versus c++?
program to locate string with in a string with using strstr function
Write a C function to search a number in the given list of numbers. donot use printf and scanf