wt is d full form of c

Answer Posted / limmaiah

computing language

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I right-justify a string?

627


Explain how do I determine whether a character is numeric, alphabetic, and so on?

657


I have a varargs function which accepts a float parameter?

583


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

717


What are header files and what are its uses in C programming?

641






Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

630


write a program to print largest number of each row of a 2D array

1876


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

670


What is a scope resolution operator in c?

755


What are the advantages of using macro in c language?

596


Where static variables are stored in memory in c?

527


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

562


how to construct a simulator keeping the logical boolean gates in c

1732


What is the use of printf() and scanf() functions?

640


Why main is used in c?

593