What is scanf_s in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
How to write a program for swapping two strings without using 3rd variable and without using string functions.
What are variables c?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
Is stack a keyword in c?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is the use of pragma in embedded c?
What is && in c programming?
What is build process in c?
1. main() { printf("%d",printf("HelloSoft")); } Output?
What is adt in c programming?