What are the advantages and disadvantages of c language?
No Answer is Posted For this Question
Be the First to Post Answer
How would you rename a function in C?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
What is the difference between the local variable and global variable in c?
What is identifier in c?
SRUCTURE PROGRAMMING
What will be the outcome of the following conditional statement if the value of variable s is 10?
Explain the difference between #include "..." And #include <...> In c?
What is the real time usage volatile?
what does keyword ‘extern’ mean in a function declaration?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
what is the format specifier for printing a pointer value?
Difference between for loop and while loop?