What is a function simple definition?
No Answer is Posted For this Question
Be the First to Post Answer
What does sizeof return c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What does %c mean in c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
char ch="{'H','I',0};printf("%s",ch);what is output
What are header files and what are its uses in C programming?
program in c to print 1 to 100 without using loop
What is cohesion in c?
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
What is the explanation for the dangling pointer in c?
What is the difference between formatted&unformatted i/o functions?
how to count no of words,characters,lines in a paragraph.