which will be first in c compiling ,linking or compiling
,debugging.
Answers were Sorted based on User's Feedback
Answer / siri&akhi
first compilation will take place and after that linking
will take place . debugging is checking for bugsi.e., errors
Is This Answer Correct ? | 9 Yes | 0 No |
the first will be compilation process , then the linking will be intermediate to compilation and run will be at last......
compilation is a process of spiliting up ur program instructions into tokens, words , keywords etc and match with the syntax defined in the compiler............. it's like spiliting the english sentances........into words and words to characters./........
thank u
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / narender b
first it would be linking and then after linking complete..
the compiling complete its job
debugging is the process to debugg the code to find the bug
debugging is not the process of compling
Is This Answer Correct ? | 2 Yes | 8 No |
c program to add and delete an element from circular queue using array
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
How can you allocate arrays or structures bigger than 64K?
how to implement stack work as a queue?
What is volatile variable in c with example?
Write a program to compute the following 1!+2!+...n!
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What are the types of unary operators?
Can include files be nested?
What is difference between Structure and Unions?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
what is the hardware model of CFG( context free grammar)