how logic is used
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
main() { printf("hello%d",print("QUARK test?")); }
inline function is there in c language?
How do you access command-line arguments?
write an algorithm and a program to count the number of elements in a circularly singly linked list
How can I generate floating-point random numbers?
write a program to print data of 5 five students with structures?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
How will you divide two numbers in a MACRO?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv