how can I convert a string to a number?
No Answer is Posted For this Question
Be the First to Post Answer
how to find out the union of two character arrays?
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
Explain the priority queues?
how to multiply two number taking input as a string (considering sum and carry )
What is build process in c?
why wipro wase
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
What are the 32 keywords in c?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
What is the difference between text files and binary files?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............