What is function prototype in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
What are the preprocessors?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
How to get string length of given string in c?
what is the difference b/w NULL and null?
how to set Nth bit of variable by using MACRO
in malloc and calloc which one is fast and why?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
What is an object?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
What is hungarian notation? Is it worthwhile?