Write the control statements in C language
No Answer is Posted For this Question
Be the First to Post Answer
What is the process of writing the null pointer?
what is meant by c
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
How to avoid buffer overflow?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
find the minimum of three values inputted by the user
How can I trap or ignore keyboard interrupts like control-c?
Why pointers are used in c?
can we execute the program with the object file
What is the purpose of the fflush() function in C?
How can a string be converted to a number?