What is a string?
No Answer is Posted For this Question
Be the First to Post Answer
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
char ch="{'H','I',0};printf("%s",ch);what is output
to get a line of text and count the number of vowels in it
wat s the meaning of (int *)p +4;
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
In a header file whether functions are declared or defined?
What is the use of the function in c?
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....
What is the difference between functions getch() and getche()?
Difference between pass by reference and pass by value?
write a addition of two no. program with out using printf,scanf,puts .
Explain the advantages and disadvantages of macros.