How the c program is executed?
No Answer is Posted For this Question
Be the First to Post Answer
char *p="name"; printf(p);
what is void pointer?
What is ctrl c called?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What are the advantage of c language?
Program to find the value of e raised to power x using while loop
Explain what standard functions are available to manipulate strings?
What is a structure member in c?
program for swapping two strings by using pointers in c language
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
What is macro?
Why shouldn’t I start variable names with underscores?