how can I convert a string to a number?
No Answer is Posted For this Question
Be the First to Post Answer
i got 75% in all semester am i eligible for your company
to get a line of text and count the number of vowels in it
where are auto variables stored? What are the characteristics of an auto variable?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is wrong with this program statement? void = 10;
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
Is c procedural or functional?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is action and transformation in spark?
What is a macro?
Is it acceptable to declare/define a variable in a c header?
What are function pointers? Provide an example.