What are the types of data types and explain?
No Answer is Posted For this Question
Be the First to Post Answer
Can you return null in c?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
difference between memcpy and strcpy
sir, i cannot find the way how to write aprogram by using array on queue
What are the types of type qualifiers in c?
Derive the complexity expression for AVL tree?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
to get a line of text and count the number of vowels in it
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
Can you please explain the difference between strcpy() and memcpy() function?
how the compiler treats any volatile variable?Explain with example.