Can we assign string to char pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is a MAC Address?
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....
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
when to use : in c program?
i want to job in your company, so how it will be possible.
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
what is the use of call back function in c?tell me with example
c program to compute AREA under integral
Do character constants represent numerical values?