What is a example of a variable?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Differentiate between a structure and a union.
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
What is C language ?
Tell me about low level programming languages.
Write a program for print infinite numbers
which of 'arrays' or 'pointers' are faster?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is c method?
What is union in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above