|
Related Questions |
View Answer |
|
What are enumerations?
|
View Answer
|
|
Write down the equivalent pointer expression for reffering the same element a[i][j][k][l]?
|
View Answer
|
|
What is the use of typedef?
|
View Answer
|
|
Which mistakes are called as token error?
|
View Answer
|
|
What is the function of % using in formatted string.
|
View Answer
|
|
How to print the names of employees or students in alphabetical order using C programming?
|
View Answer
|
|
How should i rate on the basis of the basis of the scenario the insertion sort , bubble sort , Quick Sort?
|
View Answer
|
|
Can we print values from 1 to 100 without using for,while,do-while,if etc.?answer should be logical.
|
View Answer
|
|
How to write a program to print its own source code?
|
View Answer
|
|
What are the advantages of pointers,give me programs containing variables and pointer variables?
|
View Answer
|
|
I want source code of series of prime numbers.
|
View Answer
|
|
There is any methodology in which we can print a string in c without using semicolon(;) suggest me if there is ?
|
View Answer
|
|
What is the difference between the following statements? int a[4]={1,2,3,4}; int a[]={1,2,3,4);
|
View Answer
|
|
How can we get direct printout of a c file without giving print command from bin or tc?eg i want to get the printout of a program directly after execution from the c window itself.
|
View Answer
|
|
Write a C program that will convert Simple Sentence to Complex/Compound Sentence.
|
View Answer
|
|
Can anyone share his code which would accept a sentence, then count the number occurrence of the words excluding spaces.All is done using linked list.
|
View Answer
|
|
using c-strings write a program that will analyse the text"1.1my brother is taller than me.1.2 I am a boy of sixteen years old". The program should remove multiple spaces betweem words,find the longest word in the text,search and identify the number of letters"e", extact the number of integers , extract the number of doubles, extract the number of words in each sentence and identify the number of sentences in the text.
|
View Answer
|