Can we assign string to char pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best way to store flag values in a program?
the question is that what you have been doing all these periods (one year gap)
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
What language is c written?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Are the outer parentheses in return statements really optional?
What does s c mean in text?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
what are # pragma staments?
How do you determine a file’s attributes?
Is multithreading possible in c?
What is a union?