What are the disadvantages of c language?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
what do structure language means?
how can i print "hello"
what is c programing
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
How many keywords (reserve words) are in c?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
What are the uses of null pointers?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
What is the use of in c?
What are qualifiers?