How many identifiers are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is an object?
Explain what is a const pointer?
Explain what standard functions are available to manipulate strings?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
what is the difference between const volatile int i & volatile const int j;
Write a code of a general series where the next element is the sum of last k terms.
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
Explain what is the difference between the expression '++a' and 'a++'?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
If we give two names then this displays the connection between the two people. It is nothing but flames game
Why string is used in c?
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.