What is the use of pragma in embedded c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of using linked list and array?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
two variables are added answer is stored on not for third variable how it is possible?
Where does the name "C" come from, anyway?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
code for inverse a matrix
How are Structure passing and returning implemented by the complier?
Give differences between - new and malloc() , delete and free() ?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
Which is an example of a structural homology?