Differentiate between calloc and malloc.
No Answer is Posted For this Question
Be the First to Post Answer
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
coding for Fibonacci.?
write a addition of two no. program with out using printf,scanf,puts .
Explain a pre-processor and its advantages.
Why is c so popular?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What is the use of bitwise operator?
write a function for strtok()??
why TCS selected more student in the software field from all institution.
While(1) { } when this loop get terminate is it a infinite loop?