What is the difference between far and near in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I copy just a portion of a string?
What the advantages of using Unions?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
how to swap four numbers without using fifth variable?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
What are structural members?
Write a program on swapping (100, 50)
what is the defrenece between structure and union
Explain bit masking in c?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
What is the difference between array and linked list in c?