What are the string functions? List some string functions available in c.
No Answer is Posted For this Question
Be the First to Post Answer
what is the full form of c language
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is dynamic variable in c?
what is pointer ?
10 Answers Kernex Micro Systems,
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
In a switch statement, explain what will happen if a break statement is omitted?