Are pointers integer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between CV and Resume ?
What are the different types of linkage exist in c?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
How pointer is different from array?
how to write a data 10 in address location 0x2000
What is default value of global variable in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
How can a string be converted to a number?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
What is the correct code to have following output in c using nested for loop?
What are runtime error?
Differentiate call by value and call by reference?