What is string function c?
No Answer is Posted For this Question
Be the First to Post Answer
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
What is a void pointer? When is a void pointer used?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
write a c program to convert fahrenheit to celsius?
what does " calloc" do?
main() { printf("hello%d",print("QUARK test?")); }
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
What are bit fields? What is their use?
how logic is used
How can I get the current date or time of day in a c program?
Why c is called a middle level language?