Does c have function or method?
No Answer is Posted For this Question
Be the First to Post Answer
Do pointers store the address of value or the actual value of a variable?
explain memory layout of a C program
what is the main use of c where it can use the c
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
What is c system32 taskhostw exe?
how to return 1000 variables from functio9n in c?plz give me code also
Why is sprintf unsafe?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
related proverb of "dont count your chicken before it hatches"
What is static memory allocation? Explain
What is the use of the sizeof operator?