how to count no of words,characters,lines in a paragraph.
No Answer is Posted For this Question
Be the First to Post Answer
What is a function simple definition?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
What is the difference between malloc calloc and realloc in c?
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
Is c procedural or functional?
what is stack , heap ,code segment,and data segment
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
How to get string length of given string in c?