What is pointer & why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
What is string length in c?
What is the difference between new and malloc functions?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
main() { float a=3.2e40; printf("%d",a); }
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; } }
What is an endless loop?
Explain how can type-insensitive macros be created?
Q. where is the below variables stored ? - volatile, static, register
What is the general form of a C program?
program for swapping two strings by using pointers in c language
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?