What type of function is main ()?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between strcpy() and memcpy() function in c programming?
What is typedef?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
how to construct a simulator keeping the logical boolean gates in c
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
marge linklist
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
implement OR gate without using any bitwise operator.
What is the use of clrscr?
What is the difference between functions abs() and fabs()?
What is indirect recursion? give an example?